This commit is contained in:
@@ -212,36 +212,50 @@ ServiceContractor = 5 */
|
||||
}
|
||||
|
||||
////////////////////////////////////////////////////////
|
||||
// LICENSE, PRODUCT, PURCHASE GROUP
|
||||
// BUSINESS GROUP
|
||||
//
|
||||
|
||||
sub = [];
|
||||
|
||||
sub.push({
|
||||
title: "LicenseList",
|
||||
icon: "$sockiTicket",
|
||||
route: "/license-list",
|
||||
icon: "$sockiGem",
|
||||
route: "/biz-license-list",
|
||||
key: key++
|
||||
});
|
||||
|
||||
sub.push({
|
||||
title: "TrialLicenseRequestList",
|
||||
icon: "$sockiTicket",
|
||||
route: "/license-trial-request-list",
|
||||
icon: "$sockiHandHoldingWater",
|
||||
route: "/biz-trial-request-list",
|
||||
key: key++
|
||||
});
|
||||
|
||||
sub.push({
|
||||
title: "SubscriptionServerList",
|
||||
icon: "$sockiCloud",
|
||||
route: "/biz-subscription-server-list",
|
||||
key: key++
|
||||
});
|
||||
|
||||
sub.push({
|
||||
title: "PurchaseList",
|
||||
icon: "$sockiTicket",
|
||||
route: "/license-purchase-list",
|
||||
icon: "$sockiShoppingCart",
|
||||
route: "/biz-purchase-list",
|
||||
key: key++
|
||||
});
|
||||
|
||||
sub.push({
|
||||
title: "ProductList",
|
||||
icon: "$sockiTicket",
|
||||
route: "/license-product-list",
|
||||
icon: "$sockiBarCode",
|
||||
route: "/biz-product-list",
|
||||
key: key++
|
||||
});
|
||||
|
||||
sub.push({
|
||||
title: "GZCaseList",
|
||||
icon: "$sockiCoffee",
|
||||
route: "/biz-gzcase-list",
|
||||
key: key++
|
||||
});
|
||||
|
||||
@@ -251,7 +265,14 @@ ServiceContractor = 5 */
|
||||
window.$gz.role.AUTHORIZATION_ROLES.TechRestricted
|
||||
])
|
||||
) {
|
||||
addNavItem("License", "$sockiTicket", undefined, sub, key++, "license");
|
||||
addNavItem(
|
||||
"BusinessSettings",
|
||||
"$sockiBriefcase",
|
||||
undefined,
|
||||
sub,
|
||||
key++,
|
||||
"biz"
|
||||
);
|
||||
}
|
||||
////////////////////////////////////////////////////
|
||||
|
||||
|
||||
Reference in New Issue
Block a user