This commit is contained in:
@@ -688,7 +688,7 @@ function initNavPanel() {
|
||||
//INTEGRATION
|
||||
if (!licenseLockout && window.$gz.role.canOpen(window.$gz.type.Integration)) {
|
||||
sub.push({
|
||||
title: "Integration",
|
||||
title: "IntegrationList",
|
||||
icon: "$ayiCampground",
|
||||
route: "/adm-integrations",
|
||||
key: key++
|
||||
|
||||
@@ -996,12 +996,7 @@ export default new Router({
|
||||
component: () =>
|
||||
import(/* webpackChunkName: "adm" */ "./views/adm-integration.vue")
|
||||
},
|
||||
{
|
||||
path: "/adm-integration",
|
||||
name: "adm-integration",
|
||||
component: () =>
|
||||
import(/* webpackChunkName: "adm" */ "./views/adm-integration.vue")
|
||||
},
|
||||
|
||||
//########################## OPERATIONS GROUP ############################
|
||||
{
|
||||
path: "/ops-backup",
|
||||
|
||||
@@ -70,7 +70,7 @@ async function clickHandler(menuItem) {
|
||||
function generateMenu() {
|
||||
const menuOptions = {
|
||||
isMain: true,
|
||||
icon: "$ayiObjectGroup",
|
||||
icon: "$ayiCampground",
|
||||
title: "IntegrationList",
|
||||
helpUrl: "integrations",
|
||||
menuItems: [],
|
||||
|
||||
Reference in New Issue
Block a user