mirror of
https://github.com/jumpserver/lina.git
synced 2026-02-21 06:03:22 +00:00
perf: i18n settings-Storage done.
This commit is contained in:
@@ -44,6 +44,10 @@ export default {
|
||||
permissions: {
|
||||
resource: 'commandstorage'
|
||||
},
|
||||
columns: [
|
||||
'id', 'name', 'type', 'comment', 'is_default', 'actions'
|
||||
],
|
||||
columnsExclude: ['meta'],
|
||||
columnsShow: {
|
||||
min: ['name', 'type', 'actions'],
|
||||
default: ['name', 'type', 'comment', 'is_default', 'actions']
|
||||
|
||||
@@ -30,7 +30,8 @@ export default {
|
||||
}
|
||||
},
|
||||
fields: [
|
||||
[this.$t('Basic'), ['name', 'type', 'meta', 'is_default', 'comment']]
|
||||
[this.$t('Basic'), ['name', 'type', 'meta']],
|
||||
[this.$t('Other'), ['is_default', 'comment']]
|
||||
],
|
||||
fieldsMeta: {
|
||||
type: {
|
||||
|
||||
@@ -36,7 +36,7 @@ export default {
|
||||
},
|
||||
columnsExclude: ['meta'],
|
||||
columns: [
|
||||
'name', 'type', 'comment', 'is_default', 'actions'
|
||||
'id', 'name', 'type', 'comment', 'is_default', 'actions'
|
||||
],
|
||||
columnsShow: {
|
||||
min: ['name', 'type', 'actions']
|
||||
|
||||
Reference in New Issue
Block a user