mirror of
https://github.com/veops/cmdb.git
synced 2025-08-25 17:46:52 +08:00
feat(ui): update adc permission
This commit is contained in:
@@ -71,7 +71,7 @@ const genCmdbRoutes = async () => {
|
|||||||
{
|
{
|
||||||
path: '/cmdb/adc',
|
path: '/cmdb/adc',
|
||||||
name: 'cmdb_auto_discovery_ci',
|
name: 'cmdb_auto_discovery_ci',
|
||||||
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'] },
|
||||||
component: () => import('../views/discoveryCI/index.vue')
|
component: () => import('../views/discoveryCI/index.vue')
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user