mirror of
https://github.com/jumpserver/lina.git
synced 2025-08-21 08:13:55 +00:00
Fixed: Remove _
This commit is contained in:
parent
6d83b868ed
commit
534f784fda
@ -26,7 +26,7 @@ export default {
|
|||||||
columnsShow: {
|
columnsShow: {
|
||||||
min: ['id', 'actions', 'asset_display'],
|
min: ['id', 'actions', 'asset_display'],
|
||||||
default: [
|
default: [
|
||||||
'id', 'asset__display', 'date_expired', 'is_active', 'actions'
|
'id', 'asset_display', 'date_expired', 'is_active', 'actions'
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
columnsMeta: {
|
columnsMeta: {
|
||||||
|
Loading…
Reference in New Issue
Block a user