mirror of
https://github.com/jumpserver/lina.git
synced 2025-10-21 23:59:22 +00:00
fix: 修复已知Issues
修复审计员权限无法打开用户界面的问题 修复英文状态下基础列表宽度问题 修复收藏节点无法右键的问题 修复Firefox无法打开系统用户详情的问题
This commit is contained in:
@@ -51,22 +51,27 @@ export default {
|
||||
},
|
||||
command_amount: {
|
||||
label: this.$t('sessions.command'),
|
||||
width: '60px'
|
||||
width: '100px'
|
||||
},
|
||||
system_user: {
|
||||
showOverflowTooltip: true
|
||||
},
|
||||
login_from: {
|
||||
label: this.$t('sessions.loginFrom'),
|
||||
width: '110px'
|
||||
width: '120px',
|
||||
showOverflowTooltip: true
|
||||
},
|
||||
remote_addr: {
|
||||
width: '130px'
|
||||
width: '120px'
|
||||
},
|
||||
protocol: {
|
||||
label: this.$t('sessions.protocol'),
|
||||
width: '60px',
|
||||
width: '80px',
|
||||
sortable: false,
|
||||
formatter: null
|
||||
},
|
||||
date_start: {
|
||||
width: '100px',
|
||||
formatter: function(row) {
|
||||
return toSafeLocalDateStr(row.date_start)
|
||||
}
|
||||
@@ -81,6 +86,7 @@ export default {
|
||||
actions: {
|
||||
prop: 'id',
|
||||
label: this.$t('common.Actions'),
|
||||
width: '160px',
|
||||
formatter: ActionsFormatter,
|
||||
formatterArgs: {
|
||||
hasEdit: false,
|
||||
|
Reference in New Issue
Block a user