mirror of
https://github.com/jumpserver/lina.git
synced 2026-01-19 16:25:25 +00:00
perf: 在线会话添加活跃状态过滤
This commit is contained in:
@@ -94,6 +94,19 @@ export default {
|
||||
hasBulkDelete: false,
|
||||
hasLeftActions: true,
|
||||
hasRightActions: true,
|
||||
searchConfig: {
|
||||
exclude: ['is_active'],
|
||||
options: [
|
||||
{
|
||||
value: 'is_active',
|
||||
label: this.$t('terminal.Active'),
|
||||
children: [
|
||||
{ value: true, label: this.$t('common.Yes') },
|
||||
{ value: false, label: this.$t('common.No') }
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
extraMoreActions: [
|
||||
{
|
||||
name: 'OfflineSelected',
|
||||
|
||||
Reference in New Issue
Block a user