mirror of https://github.com/apache/cloudstack.git
sdlfkij
Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
This commit is contained in:
parent
fc4cd2d3fb
commit
962788696b
|
|
@ -99,14 +99,14 @@ export default {
|
|||
name: 'certificate',
|
||||
component: () => import('@/views/iam/SSLCertificateTab.vue')
|
||||
},
|
||||
{
|
||||
name: 'Settings',
|
||||
component: () => import('@/components/view/SettingsTab.vue')
|
||||
},
|
||||
{
|
||||
name: 'limits',
|
||||
show: (record, route, user) => { return ['Admin'].includes(user.roletype) },
|
||||
component: () => import('@/components/view/ResourceLimitTab.vue')
|
||||
},
|
||||
{
|
||||
name: 'settings',
|
||||
component: () => import('@/components/view/SettingsTab.vue')
|
||||
}
|
||||
],
|
||||
actions: [
|
||||
|
|
@ -239,14 +239,15 @@ export default {
|
|||
{
|
||||
name: 'details',
|
||||
component: () => import('@/components/view/DetailsTab.vue')
|
||||
}, {
|
||||
name: 'Settings',
|
||||
component: () => import('@/components/view/SettingsTab.vue')
|
||||
},
|
||||
{
|
||||
name: 'limits',
|
||||
show: (record, route, user) => { return ['Admin'].includes(user.roletype) },
|
||||
component: () => import('@/components/view/ResourceLimitTab.vue')
|
||||
},
|
||||
{
|
||||
name: 'settings',
|
||||
component: () => import('@/components/view/SettingsTab.vue')
|
||||
}
|
||||
],
|
||||
treeView: true,
|
||||
|
|
|
|||
Loading…
Reference in New Issue