This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user