We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b0f90fc commit db2bda3Copy full SHA for db2bda3
ui/src/config/section/infra/routers.js
@@ -190,7 +190,7 @@ export default {
190
},
191
{
192
api: 'migrateSystemVm',
193
- icon: 'drag',
+ icon: 'drag-outlined',
194
label: 'label.action.migrate.systemvm.to.ps',
195
dataView: true,
196
show: (record, store) => { return ['Stopped'].includes(record.state) && ['VMware'].includes(record.hypervisor) },
0 commit comments