You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by we...@apache.org on 2022/04/13 07:21:03 UTC

[cloudstack] branch main updated: UI: fix icon user-delete-outlined for release dedicated public ip range (#6255)

This is an automated email from the ASF dual-hosted git repository.

weizhou pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/cloudstack.git


The following commit(s) were added to refs/heads/main by this push:
     new daa13af6266 UI: fix icon user-delete-outlined for release dedicated public ip range (#6255)
daa13af6266 is described below

commit daa13af6266fbbe9cc84b7759c03e573db5bbd71
Author: Wei Zhou <we...@apache.org>
AuthorDate: Wed Apr 13 09:20:56 2022 +0200

    UI: fix icon user-delete-outlined for release dedicated public ip range (#6255)
---
 ui/src/core/lazy_lib/icons_use.js | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/ui/src/core/lazy_lib/icons_use.js b/ui/src/core/lazy_lib/icons_use.js
index 6d1c0c62e05..0945dbe1d32 100644
--- a/ui/src/core/lazy_lib/icons_use.js
+++ b/ui/src/core/lazy_lib/icons_use.js
@@ -148,6 +148,7 @@ import {
   UndoOutlined,
   UsbOutlined,
   UserAddOutlined,
+  UserDeleteOutlined,
   UsergroupDeleteOutlined,
   UserOutlined,
   UploadOutlined,
@@ -289,6 +290,7 @@ export default {
     app.component('UndoOutlined', UndoOutlined)
     app.component('UsbOutlined', UsbOutlined)
     app.component('UserAddOutlined', UserAddOutlined)
+    app.component('UserDeleteOutlined', UserDeleteOutlined)
     app.component('UsergroupDeleteOutlined', UsergroupDeleteOutlined)
     app.component('UserOutlined', UserOutlined)
     app.component('UploadOutlined', UploadOutlined)