We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 549056a commit 88df335Copy full SHA for 88df335
1 file changed
cmdb-ui/src/modules/cmdb/router/index.js
@@ -71,7 +71,7 @@ const genCmdbRoutes = async () => {
71
{
72
path: '/cmdb/adc',
73
name: 'cmdb_auto_discovery_ci',
74
- meta: { title: 'cmdb.menu.adCIs', icon: 'ops-cmdb-adc', selectedIcon: 'ops-cmdb-adc', keepAlive: false },
+ meta: { title: 'cmdb.menu.adCIs', icon: 'ops-cmdb-adc', selectedIcon: 'ops-cmdb-adc', keepAlive: false, permission: ['admin', 'cmdb_admin'] },
75
component: () => import('../views/discoveryCI/index.vue')
76
},
77
0 commit comments