mirror of https://github.com/apache/cloudstack.git
UI: fix icon user-delete-outlined for release dedicated public ip range (#6255)
This commit is contained in:
parent
7e8db7cece
commit
daa13af626
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in New Issue