mirror of
https://github.com/jumpserver/lina.git
synced 2025-09-19 01:11:07 +00:00
fix: 云管特权用户bug
This commit is contained in:
@@ -1342,7 +1342,8 @@
|
||||
"Name": "名称",
|
||||
"Account":"账户",
|
||||
"Node": "节点",
|
||||
"AdminUser":"特权用户",
|
||||
"WindowsAdminUser":"Windows 特权用户",
|
||||
"LinuxAdminUser":"Linux 特权用户",
|
||||
"Periodic":"执行周期",
|
||||
"PeriodicPerform":"定时执行",
|
||||
"RegularlyPerform": "定期执行",
|
||||
|
@@ -1297,7 +1297,8 @@
|
||||
"Name": "Name",
|
||||
"Account":"Account",
|
||||
"Node": "Node",
|
||||
"AdminUser":"Admin user",
|
||||
"WindowsAdminUser":"Windows Admin user",
|
||||
"LinuxAdminUser":"Linux Admin user",
|
||||
"PeriodicPerform":"Periodic perform",
|
||||
"Periodic":"Periodic",
|
||||
"RegularlyPerform": "Regularly perform",
|
||||
|
@@ -66,8 +66,12 @@ export default {
|
||||
value: this.object.node_display
|
||||
},
|
||||
{
|
||||
key: this.$t('xpack.Cloud.AdminUser'),
|
||||
value: this.object.admin_user_display
|
||||
key: this.$t('xpack.Cloud.LinuxAdminUser'),
|
||||
value: this.object.unix_admin_user_display
|
||||
},
|
||||
{
|
||||
key: this.$t('xpack.Cloud.WindowsAdminUser'),
|
||||
value: this.object.windows_admin_user_display
|
||||
},
|
||||
{
|
||||
key: this.$t('assets.Protocols'),
|
||||
|
Reference in New Issue
Block a user