mirror of
https://github.com/jumpserver/lina.git
synced 2025-08-30 22:02:24 +00:00
perf: 命令记录列表显示折叠功能
This commit is contained in:
parent
4bf00fac7c
commit
f3f679831b
@ -48,6 +48,10 @@ export default {
|
||||
return 'command'
|
||||
}
|
||||
},
|
||||
columns: [
|
||||
'expandCol', 'input', 'risk_level', 'user', 'remote_addr',
|
||||
'asset', 'session', 'timestamp'
|
||||
],
|
||||
extraQuery: {
|
||||
date_to: dateTo,
|
||||
date_from: dateFrom
|
||||
@ -74,7 +78,7 @@ export default {
|
||||
asset: {
|
||||
width: '140px'
|
||||
},
|
||||
system_user: {
|
||||
user: {
|
||||
width: '140px'
|
||||
},
|
||||
session: {
|
||||
|
Loading…
Reference in New Issue
Block a user