diff --git a/ui/src/config/section/infra/systemVms.js b/ui/src/config/section/infra/systemVms.js index 1de07fa04ef..294481898fe 100644 --- a/ui/src/config/section/infra/systemVms.js +++ b/ui/src/config/section/infra/systemVms.js @@ -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) },