feat: 支持暂停会话操作

This commit is contained in:
Eric
2023-08-01 14:32:57 +08:00
committed by Bryan
parent fc1aefbb54
commit 0f6fd0ed70
7 changed files with 92 additions and 19 deletions

View File

@@ -32,7 +32,8 @@ export default {
min: ['id', 'actions'],
default: [
'id', 'user', 'asset', 'account', 'remote_addr', 'protocol', 'login_from',
'command_amount', 'date_start', 'duration', 'terminal_display', 'actions'
'command_amount', 'date_start', 'duration', 'terminal_display', 'actions',
'is_locked'
]
},
columnsMeta: {