diff options
| author | Kana <[email protected]> | 2021-01-08 13:46:17 +0900 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-01-08 13:46:17 +0900 |
| commit | 0205300cb907ad14115a30c4152f5df31385eb37 (patch) | |
| tree | e6751c9c112886010e1b8736de0bdbff1a6df6d8 /src/site/components/sidebar | |
| parent | chore: update sharex snippet to use apiKey instead of jwt (diff) | |
| parent | fix: indentation (diff) | |
| download | host.fuwn.me-0205300cb907ad14115a30c4152f5df31385eb37.tar.xz host.fuwn.me-0205300cb907ad14115a30c4152f5df31385eb37.zip | |
Merge pull request #248 from WeebDev/feature/stats-dashboard
feature: Add basic statistics UI
Diffstat (limited to 'src/site/components/sidebar')
| -rw-r--r-- | src/site/components/sidebar/Sidebar.vue | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/site/components/sidebar/Sidebar.vue b/src/site/components/sidebar/Sidebar.vue index dc261ee..98c3c81 100644 --- a/src/site/components/sidebar/Sidebar.vue +++ b/src/site/components/sidebar/Sidebar.vue @@ -29,6 +29,7 @@ </template> <b-menu-item icon="account" label="Users" tag="nuxt-link" to="/dashboard/admin/users" exact /> <b-menu-item icon="cog-outline" label="Settings" tag="nuxt-link" to="/dashboard/admin/settings" exact /> + <!--<b-menu-item icon="chart-line" label="Statistics" tag="nuxt-link" to="/dashboard/admin/statistics" exact />--> </b-menu-item> <b-menu-item class="item" |