This commit is contained in:
@@ -212,36 +212,50 @@ ServiceContractor = 5 */
|
|||||||
}
|
}
|
||||||
|
|
||||||
////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////
|
||||||
// LICENSE, PRODUCT, PURCHASE GROUP
|
// BUSINESS GROUP
|
||||||
//
|
//
|
||||||
|
|
||||||
sub = [];
|
sub = [];
|
||||||
|
|
||||||
sub.push({
|
sub.push({
|
||||||
title: "LicenseList",
|
title: "LicenseList",
|
||||||
icon: "$sockiTicket",
|
icon: "$sockiGem",
|
||||||
route: "/license-list",
|
route: "/biz-license-list",
|
||||||
key: key++
|
key: key++
|
||||||
});
|
});
|
||||||
|
|
||||||
sub.push({
|
sub.push({
|
||||||
title: "TrialLicenseRequestList",
|
title: "TrialLicenseRequestList",
|
||||||
icon: "$sockiTicket",
|
icon: "$sockiHandHoldingWater",
|
||||||
route: "/license-trial-request-list",
|
route: "/biz-trial-request-list",
|
||||||
|
key: key++
|
||||||
|
});
|
||||||
|
|
||||||
|
sub.push({
|
||||||
|
title: "SubscriptionServerList",
|
||||||
|
icon: "$sockiCloud",
|
||||||
|
route: "/biz-subscription-server-list",
|
||||||
key: key++
|
key: key++
|
||||||
});
|
});
|
||||||
|
|
||||||
sub.push({
|
sub.push({
|
||||||
title: "PurchaseList",
|
title: "PurchaseList",
|
||||||
icon: "$sockiTicket",
|
icon: "$sockiShoppingCart",
|
||||||
route: "/license-purchase-list",
|
route: "/biz-purchase-list",
|
||||||
key: key++
|
key: key++
|
||||||
});
|
});
|
||||||
|
|
||||||
sub.push({
|
sub.push({
|
||||||
title: "ProductList",
|
title: "ProductList",
|
||||||
icon: "$sockiTicket",
|
icon: "$sockiBarCode",
|
||||||
route: "/license-product-list",
|
route: "/biz-product-list",
|
||||||
|
key: key++
|
||||||
|
});
|
||||||
|
|
||||||
|
sub.push({
|
||||||
|
title: "GZCaseList",
|
||||||
|
icon: "$sockiCoffee",
|
||||||
|
route: "/biz-gzcase-list",
|
||||||
key: key++
|
key: key++
|
||||||
});
|
});
|
||||||
|
|
||||||
@@ -251,7 +265,14 @@ ServiceContractor = 5 */
|
|||||||
window.$gz.role.AUTHORIZATION_ROLES.TechRestricted
|
window.$gz.role.AUTHORIZATION_ROLES.TechRestricted
|
||||||
])
|
])
|
||||||
) {
|
) {
|
||||||
addNavItem("License", "$sockiTicket", undefined, sub, key++, "license");
|
addNavItem(
|
||||||
|
"BusinessSettings",
|
||||||
|
"$sockiBriefcase",
|
||||||
|
undefined,
|
||||||
|
sub,
|
||||||
|
key++,
|
||||||
|
"biz"
|
||||||
|
);
|
||||||
}
|
}
|
||||||
////////////////////////////////////////////////////
|
////////////////////////////////////////////////////
|
||||||
|
|
||||||
|
|||||||
@@ -62,6 +62,7 @@ import {
|
|||||||
faBox,
|
faBox,
|
||||||
faBoxes,
|
faBoxes,
|
||||||
faBoxOpen,
|
faBoxOpen,
|
||||||
|
faBriefcase,
|
||||||
faCampground,
|
faCampground,
|
||||||
faBullhorn,
|
faBullhorn,
|
||||||
faBusinessTime,
|
faBusinessTime,
|
||||||
@@ -254,6 +255,7 @@ library.add(
|
|||||||
faBox,
|
faBox,
|
||||||
faBoxes,
|
faBoxes,
|
||||||
faBoxOpen,
|
faBoxOpen,
|
||||||
|
faBriefcase,
|
||||||
faCampground,
|
faCampground,
|
||||||
faBullhorn,
|
faBullhorn,
|
||||||
faBusinessTime,
|
faBusinessTime,
|
||||||
@@ -511,6 +513,12 @@ const CUSTOM_ICONS = {
|
|||||||
icon: ["fas", "box-open"]
|
icon: ["fas", "box-open"]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
sockiBriefcase: {
|
||||||
|
component: FontAwesomeIcon,
|
||||||
|
props: {
|
||||||
|
icon: ["fas", "briefcase"]
|
||||||
|
}
|
||||||
|
},
|
||||||
sockiCampground: {
|
sockiCampground: {
|
||||||
component: FontAwesomeIcon,
|
component: FontAwesomeIcon,
|
||||||
props: {
|
props: {
|
||||||
|
|||||||
5
todo.txt
5
todo.txt
@@ -1,14 +1,13 @@
|
|||||||
CLIENT END
|
CLIENT END
|
||||||
New categories in UI
|
New categories in UI
|
||||||
|
|
||||||
LICENSE
|
Business
|
||||||
License: 93,
|
License: 93,
|
||||||
TrialLicenseRequest: 94,
|
TrialLicenseRequest: 94,
|
||||||
|
SubscriptionServer: 95,
|
||||||
Purchase: 96,
|
Purchase: 96,
|
||||||
Product: 97,
|
Product: 97,
|
||||||
|
|
||||||
SERVERS
|
|
||||||
SubscriptionServer: 95,
|
|
||||||
|
|
||||||
CASES
|
CASES
|
||||||
GZCase: 98
|
GZCase: 98
|
||||||
Reference in New Issue
Block a user