diff --git a/ui/src/config/section/infra/routers.js b/ui/src/config/section/infra/routers.js index 50186367aa9..e7e156a930f 100644 --- a/ui/src/config/section/infra/routers.js +++ b/ui/src/config/section/infra/routers.js @@ -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) },