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