This commit is contained in:
@@ -352,7 +352,7 @@ function initNavPanel() {
|
||||
//there used to be an array for 3rd level shit but that's whack yo! ;)
|
||||
// subSub.push({
|
||||
// title: "WorkOrderServiceTemplate",
|
||||
// icon: "fa-stamp",
|
||||
// icon: "fa - stamp",
|
||||
// route: "/svc-workorder-templates",
|
||||
// key: key++
|
||||
// });
|
||||
@@ -669,7 +669,7 @@ function initNavPanel() {
|
||||
// ARCHIVE
|
||||
sub.push({
|
||||
title: "Backup",
|
||||
icon: "fa-file-archive",
|
||||
icon: "$ayiFileArchive",
|
||||
route: "/ops-backup",
|
||||
key: key++
|
||||
});
|
||||
@@ -683,7 +683,7 @@ function initNavPanel() {
|
||||
// SERVER STATE
|
||||
sub.push({
|
||||
title: "ServerState",
|
||||
icon: "fa-door-open",
|
||||
icon: "$ayiDoorOpen",
|
||||
route: "/ops-server-state",
|
||||
key: key++
|
||||
});
|
||||
@@ -691,7 +691,7 @@ function initNavPanel() {
|
||||
// JOBS
|
||||
sub.push({
|
||||
title: "ServerJobs",
|
||||
icon: "fa-robot",
|
||||
icon: "$ayiRobot",
|
||||
route: "/ops-jobs",
|
||||
key: key++
|
||||
});
|
||||
@@ -707,7 +707,7 @@ function initNavPanel() {
|
||||
//METRICS
|
||||
sub.push({
|
||||
title: "ServerMetrics",
|
||||
icon: "fa-file-medical-alt",
|
||||
icon: "$ayiFileMedicalAlt",
|
||||
route: "/ops-metrics",
|
||||
key: key++
|
||||
});
|
||||
@@ -715,7 +715,7 @@ function initNavPanel() {
|
||||
//PROFILE
|
||||
sub.push({
|
||||
title: "ServerProfiler",
|
||||
icon: "fa-binoculars",
|
||||
icon: "$ayiBinoculars",
|
||||
route: "/ops-profile",
|
||||
key: key++
|
||||
});
|
||||
@@ -737,7 +737,7 @@ function initNavPanel() {
|
||||
});
|
||||
|
||||
// ** OPERATIONS (TOP)
|
||||
addNavItem("Operations", "fa-server", undefined, sub, key++, "operations");
|
||||
addNavItem("Operations", "$ayiServer", undefined, sub, key++, "operations");
|
||||
}
|
||||
|
||||
//**** WIDGETS (TOP GROUP)
|
||||
@@ -749,7 +749,7 @@ function initNavPanel() {
|
||||
role.InventoryLimited
|
||||
])
|
||||
) {
|
||||
addNavItem("WidgetList", "fa-vial", "/widgets", [], key++, "widgets");
|
||||
addNavItem("WidgetList", "$ayiVial", "/widgets", [], key++, "widgets");
|
||||
}
|
||||
|
||||
//*** EVALUATION active trial license should always go to evaluation as home page
|
||||
@@ -757,7 +757,7 @@ function initNavPanel() {
|
||||
if ((licenseState == 1) & !isSubcontractorTypeUser) {
|
||||
addNavItem(
|
||||
"Evaluate",
|
||||
"fa-rocket",
|
||||
"$ayiRocket",
|
||||
"/ay-evaluate",
|
||||
[],
|
||||
key++,
|
||||
|
||||
Reference in New Issue
Block a user