mirror of
https://github.com/apache/cloudstack.git
synced 2025-10-26 08:42:29 +01:00
ui: Fix migrate systemVM icon when stopped (#6337)
This commit is contained in:
parent
3bd723ca06
commit
76b3066d52
@ -106,7 +106,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…
x
Reference in New Issue
Block a user