mirror of
https://github.com/jumpserver/lina.git
synced 2025-08-29 03:41:35 +00:00
perf: update account list
This commit is contained in:
parent
4afb282ca2
commit
ebaf97a495
@ -77,12 +77,12 @@ export default {
|
|||||||
resource: 'account'
|
resource: 'account'
|
||||||
},
|
},
|
||||||
columns: [
|
columns: [
|
||||||
'hostname', 'ip', 'username', 'version', 'connectivity',
|
'hostname', 'ip', 'username', 'version', 'privlieged', 'connectivity',
|
||||||
'date_created', 'date_updated', 'actions'
|
'date_created', 'date_updated', 'actions'
|
||||||
],
|
],
|
||||||
columnsShow: {
|
columnsShow: {
|
||||||
min: ['username', 'actions'],
|
min: ['username', 'actions'],
|
||||||
default: ['hostname', 'ip', 'username', 'version', 'actions']
|
default: ['hostname', 'ip', 'username', 'version', 'privlieged', 'actions']
|
||||||
},
|
},
|
||||||
columnsMeta: {
|
columnsMeta: {
|
||||||
hostname: {
|
hostname: {
|
||||||
@ -116,6 +116,9 @@ export default {
|
|||||||
version: {
|
version: {
|
||||||
width: '70px'
|
width: '70px'
|
||||||
},
|
},
|
||||||
|
privlieged: {
|
||||||
|
label: this.$t('assets.Privileged')
|
||||||
|
},
|
||||||
connectivity: connectivityMeta,
|
connectivity: connectivityMeta,
|
||||||
actions: {
|
actions: {
|
||||||
formatter: ActionsFormatter,
|
formatter: ActionsFormatter,
|
||||||
|
@ -103,6 +103,7 @@
|
|||||||
"CreateDevice": "Create asset - Network device",
|
"CreateDevice": "Create asset - Network device",
|
||||||
"CreateCloud": "Create asset - Cloud platform",
|
"CreateCloud": "Create asset - Cloud platform",
|
||||||
"CreateWeb": "Create asset - web",
|
"CreateWeb": "Create asset - web",
|
||||||
|
"Privileged": "Privileged",
|
||||||
"SelectPlatforms": "Select platforms",
|
"SelectPlatforms": "Select platforms",
|
||||||
"AppList": "Application list",
|
"AppList": "Application list",
|
||||||
"AssociateSystemUsers": "Associate system users",
|
"AssociateSystemUsers": "Associate system users",
|
||||||
|
@ -108,6 +108,7 @@
|
|||||||
"CreateDevice": "資産の作成 - ネットワークデバイス",
|
"CreateDevice": "資産の作成 - ネットワークデバイス",
|
||||||
"CreateCloud": "資産の作成 - クラウドプラットフォーム",
|
"CreateCloud": "資産の作成 - クラウドプラットフォーム",
|
||||||
"CreateWeb": "資産の作成 - ウェブ",
|
"CreateWeb": "資産の作成 - ウェブ",
|
||||||
|
"Privileged": "特権のある",
|
||||||
"SelectPlatforms": "プラットフォームを選択",
|
"SelectPlatforms": "プラットフォームを選択",
|
||||||
"AppList": "アプリケーションリスト",
|
"AppList": "アプリケーションリスト",
|
||||||
"AssociateSystemUsers": "関連システムユーザー",
|
"AssociateSystemUsers": "関連システムユーザー",
|
||||||
|
@ -109,6 +109,7 @@
|
|||||||
"CreateDevice": "创建资产-网络设备",
|
"CreateDevice": "创建资产-网络设备",
|
||||||
"CreateCloud": "创建资产-云平台",
|
"CreateCloud": "创建资产-云平台",
|
||||||
"CreateWeb": "创建资产-web",
|
"CreateWeb": "创建资产-web",
|
||||||
|
"Privileged": "有特权",
|
||||||
"SelectPlatforms": "选择平台",
|
"SelectPlatforms": "选择平台",
|
||||||
"AppList": "应用列表",
|
"AppList": "应用列表",
|
||||||
"AssociateSystemUsers": "关联系统用户",
|
"AssociateSystemUsers": "关联系统用户",
|
||||||
|
Loading…
Reference in New Issue
Block a user