perf: Add 'labels' column to AssetPermission and Domain tables

This commit is contained in:
wangruidong
2024-12-18 10:53:12 +08:00
committed by w940853815
parent 23fae59411
commit a9ba931bba
2 changed files with 2 additions and 2 deletions

View File

@@ -16,7 +16,7 @@ export default {
url: '/api/v1/assets/domains/',
columnsExclude: ['gateway'],
columnsExtra: ['gateways'],
columns: ['name', 'assets_amount', 'gateways', 'comment', 'actions'],
columns: ['name', 'assets_amount', 'gateways', 'labels', 'comment', 'actions'],
columnsShow: {
min: ['name', 'actions'],
default: ['name', 'assets_amount', 'gateways', 'comment', 'actions']

View File

@@ -50,7 +50,7 @@ export default {
columnsExtra: ['action'],
columns: [
'name', 'users_amount', 'user_groups_amount', 'assets_amount', 'nodes_amount',
'accounts', 'is_valid', 'is_expired', 'from_ticket', 'is_active', 'actions'
'accounts', 'labels', 'is_valid', 'is_expired', 'from_ticket', 'is_active', 'actions'
],
columnsShow: {
min: ['name', 'actions'],