fix: 云管特权用户bug

This commit is contained in:
feng626
2021-12-14 20:11:04 +08:00
committed by Jiangjie.Bai
parent aa2fe5e87e
commit c461b707c8
3 changed files with 10 additions and 4 deletions

View File

@@ -1342,7 +1342,8 @@
"Name": "名称",
"Account":"账户",
"Node": "节点",
"AdminUser":"特权用户",
"WindowsAdminUser":"Windows 特权用户",
"LinuxAdminUser":"Linux 特权用户",
"Periodic":"执行周期",
"PeriodicPerform":"定时执行",
"RegularlyPerform": "定期执行",

View File

@@ -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",

View File

@@ -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'),