mirror of https://github.com/apache/cloudstack.git
ui: fix icon for vr migrate storage (#6600)
Signed-off-by: Abhishek Kumar <abhishek.mrt22@gmail.com>
This commit is contained in:
parent
b0f90fc6fb
commit
db2bda313f
|
|
@ -190,7 +190,7 @@ export default {
|
|||
},
|
||||
{
|
||||
api: 'migrateSystemVm',
|
||||
icon: 'drag',
|
||||
icon: 'drag-outlined',
|
||||
label: 'label.action.migrate.systemvm.to.ps',
|
||||
dataView: true,
|
||||
show: (record, store) => { return ['Stopped'].includes(record.state) && ['VMware'].includes(record.hypervisor) },
|
||||
|
|
|
|||
Loading…
Reference in New Issue