mirror of https://github.com/apache/cloudstack.git
Merge remote-tracking branch 'apache/4.18' into main
This commit is contained in:
commit
6672c13254
|
|
@ -656,9 +656,8 @@ export default {
|
|||
{
|
||||
name: 'vpnuser',
|
||||
title: 'label.vpn.users',
|
||||
icon: 'user-alt-outlined',
|
||||
icon: 'user-switch-outlined',
|
||||
permission: ['listVpnUsers'],
|
||||
hidden: true,
|
||||
columns: ['username', 'state', 'account', 'domain'],
|
||||
details: ['username', 'state', 'account', 'domain'],
|
||||
actions: [
|
||||
|
|
|
|||
|
|
@ -160,6 +160,7 @@ import {
|
|||
UserDeleteOutlined,
|
||||
UsergroupDeleteOutlined,
|
||||
UserOutlined,
|
||||
UserSwitchOutlined,
|
||||
UploadOutlined,
|
||||
WarningOutlined,
|
||||
WifiOutlined,
|
||||
|
|
@ -313,6 +314,7 @@ export default {
|
|||
app.component('UserDeleteOutlined', UserDeleteOutlined)
|
||||
app.component('UsergroupDeleteOutlined', UsergroupDeleteOutlined)
|
||||
app.component('UserOutlined', UserOutlined)
|
||||
app.component('UserSwitchOutlined', UserSwitchOutlined)
|
||||
app.component('UploadOutlined', UploadOutlined)
|
||||
app.component('WarningOutlined', WarningOutlined)
|
||||
app.component('WifiOutlined', WifiOutlined)
|
||||
|
|
|
|||
Loading…
Reference in New Issue