This commit is contained in:
@@ -685,6 +685,16 @@ function initNavPanel() {
|
||||
});
|
||||
}
|
||||
|
||||
//INTEGRATION
|
||||
if (!licenseLockout && window.$gz.role.canOpen(window.$gz.type.Integration)) {
|
||||
sub.push({
|
||||
title: "Integration",
|
||||
icon: "$ayiCampground",
|
||||
route: "/adm-integrations",
|
||||
key: key++
|
||||
});
|
||||
}
|
||||
|
||||
// ** ADMINISTRATION (TOP)
|
||||
if (sub.length > 0) {
|
||||
addNavItem(
|
||||
|
||||
Reference in New Issue
Block a user