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