This commit is contained in:
@@ -436,7 +436,7 @@ export default function initialize() {
|
||||
|
||||
//FILES IN DATABASE
|
||||
sub.push({
|
||||
title: window.$gz.locale.get("FILES MANAGER"),
|
||||
title: window.$gz.locale.get("Attachments"),
|
||||
icon: "folder",
|
||||
route: "/files",
|
||||
key: key++
|
||||
@@ -444,7 +444,7 @@ export default function initialize() {
|
||||
|
||||
//EVENT LOG / HISTORY
|
||||
sub.push({
|
||||
title: window.$gz.locale.get("HISTORY"),
|
||||
title: window.$gz.locale.get("History"),
|
||||
icon: "history",
|
||||
route: "/history",
|
||||
key: key++
|
||||
@@ -452,9 +452,9 @@ export default function initialize() {
|
||||
|
||||
//KPI / METRICS / CHARTS AND STUFF
|
||||
sub.push({
|
||||
title: window.$gz.locale.get("KPI CHARTS"),
|
||||
title: window.$gz.locale.get("Statistics"),
|
||||
icon: "chart-line",
|
||||
route: "/kpi",
|
||||
route: "/statistics",
|
||||
key: key++
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user