Skip to content

Commit db2bda3

Browse files
authored
ui: fix icon for vr migrate storage (#6600)
Signed-off-by: Abhishek Kumar <abhishek.mrt22@gmail.com>
1 parent b0f90fc commit db2bda3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui/src/config/section/infra/routers.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ export default {
190190
},
191191
{
192192
api: 'migrateSystemVm',
193-
icon: 'drag',
193+
icon: 'drag-outlined',
194194
label: 'label.action.migrate.systemvm.to.ps',
195195
dataView: true,
196196
show: (record, store) => { return ['Stopped'].includes(record.state) && ['VMware'].includes(record.hypervisor) },

0 commit comments

Comments
 (0)