mirror of
https://github.com/jumpserver/lina.git
synced 2025-09-19 17:54:37 +00:00
Fixed: Connect Token
This commit is contained in:
@@ -24,9 +24,9 @@ export default {
|
|||||||
url: ajaxUrl,
|
url: ajaxUrl,
|
||||||
columnsExtra: ['action'],
|
columnsExtra: ['action'],
|
||||||
columnsShow: {
|
columnsShow: {
|
||||||
min: ['id', 'actions'],
|
min: ['id', 'actions', 'asset_display'],
|
||||||
default: [
|
default: [
|
||||||
'id', 'type_display', 'date_expired', 'is_valid', 'actions'
|
'id', 'asset__display', 'date_expired', 'is_active', 'actions'
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
columnsMeta: {
|
columnsMeta: {
|
||||||
@@ -89,7 +89,3 @@ export default {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style scoped>
|
|
||||||
|
|
||||||
</style>
|
|
||||||
|
Reference in New Issue
Block a user