This commit is contained in:
2020-07-01 21:45:13 +00:00
parent 5f95fe5e64
commit eb04e5e55c
6 changed files with 18 additions and 65 deletions

View File

@@ -80,6 +80,7 @@ function initNavPanel() {
])
) {
//DASHBOARD
//KPI / METRICS / CHARTS AND STUFF APPROPRIATE TO ROLE
sub.push({
title: "Dashboard",
icon: "fa-tachometer-alt",
@@ -592,14 +593,6 @@ function initNavPanel() {
key: key++
});
//KPI / METRICS / CHARTS AND STUFF
sub.push({
title: "Statistics",
icon: "fa-chart-line",
route: "/adm-statistics",
key: key++
});
// ** ADMINISTRATION (TOP)
addNavItem(
"Administration",