mirror of
https://github.com/jumpserver/lina.git
synced 2025-08-07 17:55:14 +00:00
feat: gather user 添加搜索
This commit is contained in:
parent
1d14aa8f75
commit
2c9fa16a7c
@ -32,7 +32,19 @@ export default {
|
|||||||
headerActions: {
|
headerActions: {
|
||||||
hasCreate: false,
|
hasCreate: false,
|
||||||
hasLeftActions: 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