mirror of
https://github.com/apache/cloudstack.git
synced 2025-11-02 20:02:29 +01:00
ui: show vpn users tab in networks section (#7277)
Fixes #7248 Signed-off-by: Abhishek Kumar <abhishek.mrt22@gmail.com>
This commit is contained in:
parent
b2f1965ccb
commit
55e35c6e0c
@ -631,9 +631,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: [
|
||||
|
||||
@ -155,6 +155,7 @@ import {
|
||||
UserDeleteOutlined,
|
||||
UsergroupDeleteOutlined,
|
||||
UserOutlined,
|
||||
UserSwitchOutlined,
|
||||
UploadOutlined,
|
||||
WifiOutlined
|
||||
} from '@ant-design/icons-vue'
|
||||
@ -301,6 +302,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('WifiOutlined', WifiOutlined)
|
||||
app.component('renderIcon', renderIcon)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user