mirror of
https://github.com/jumpserver/lina.git
synced 2025-07-31 22:55:01 +00:00
feat: gather user 添加搜索
This commit is contained in:
parent
1d14aa8f75
commit
2c9fa16a7c
@ -32,7 +32,19 @@ export default {
|
||||
headerActions: {
|
||||
hasCreate: false,
|
||||
hasLeftActions: false,
|
||||
hasImport: false
|
||||
hasImport: false,
|
||||
searchConfig: {
|
||||
options: [
|
||||
{
|
||||
label: this.$t('assets.Hostname'),
|
||||
value: 'asset__hostname'
|
||||
},
|
||||
{
|
||||
label: 'IP',
|
||||
value: 'asset__ip'
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user