Skip to content

Commit 88df335

Browse files
committed
feat(ui): update adc permission
1 parent 549056a commit 88df335

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cmdb-ui/src/modules/cmdb/router/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ const genCmdbRoutes = async () => {
7171
{
7272
path: '/cmdb/adc',
7373
name: 'cmdb_auto_discovery_ci',
74-
meta: { title: 'cmdb.menu.adCIs', icon: 'ops-cmdb-adc', selectedIcon: 'ops-cmdb-adc', keepAlive: false },
74+
meta: { title: 'cmdb.menu.adCIs', icon: 'ops-cmdb-adc', selectedIcon: 'ops-cmdb-adc', keepAlive: false, permission: ['admin', 'cmdb_admin'] },
7575
component: () => import('../views/discoveryCI/index.vue')
7676
},
7777
{

0 commit comments

Comments
 (0)