mirror of https://github.com/apache/cloudstack.git
storage: Allow migration of detached volumes (#625)
Co-authored-by: Pearl Dsilva <pearl.dsilva@shapeblue.com> Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
This commit is contained in:
parent
151f6850d6
commit
8b85d0fe95
|
|
@ -168,7 +168,7 @@ export default {
|
|||
label: 'label.migrate.volume',
|
||||
args: ['volumeid', 'storageid', 'livemigrate'],
|
||||
dataView: true,
|
||||
show: (record, store) => { return record.state === 'Ready' && ['Admin'].includes(store.userInfo.roletype) && record.virtualmachineid },
|
||||
show: (record, store) => { return record.state === 'Ready' && ['Admin'].includes(store.userInfo.roletype) },
|
||||
popup: true,
|
||||
component: () => import('@/views/storage/MigrateVolume.vue')
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in New Issue