This is an automated email from the ASF dual-hosted git repository.
shwstppr pushed a commit to branch 4.17
in repository https://gitbox.apache.org/repos/asf/cloudstack.git
The following commit(s) were added to refs/heads/4.17 by this push:
new db2bda313f ui: fix icon for vr migrate storage (#6600)
db2bda313f is described below
commit db2bda313fa77880be744f5c3991ccc7c25b46e9
Author: Abhishek Kumar <[email protected]>
AuthorDate: Tue Aug 2 16:16:57 2022 +0530
ui: fix icon for vr migrate storage (#6600)
Signed-off-by: Abhishek Kumar <[email protected]>
---
ui/src/config/section/infra/routers.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/ui/src/config/section/infra/routers.js
b/ui/src/config/section/infra/routers.js
index 50186367aa..e7e156a930 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) },