mirror of
https://github.com/umami-software/umami.git
synced 2026-02-20 04:25:39 +01:00
Added download functionality.
This commit is contained in:
parent
0debe89d05
commit
7670ec4136
17 changed files with 216 additions and 5 deletions
|
|
@ -8,6 +8,8 @@ import Change from '@/assets/change.svg';
|
|||
import Clock from '@/assets/clock.svg';
|
||||
import Compare from '@/assets/compare.svg';
|
||||
import Dashboard from '@/assets/dashboard.svg';
|
||||
import Download from '@/assets/download.svg';
|
||||
import Export from '@/assets/export.svg';
|
||||
import Eye from '@/assets/eye.svg';
|
||||
import Gear from '@/assets/gear.svg';
|
||||
import Globe from '@/assets/globe.svg';
|
||||
|
|
@ -37,6 +39,8 @@ const icons = {
|
|||
Clock,
|
||||
Compare,
|
||||
Dashboard,
|
||||
Download,
|
||||
Export,
|
||||
Eye,
|
||||
Gear,
|
||||
Globe,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue