Skip to content

Commit

Permalink
Merge pull request jumpserver#3390 from jumpserver/pr@dev@user_session
Browse files Browse the repository at this point in the history
perf: 在线用户列表默认显示 认证方式
  • Loading branch information
feng626 authored Sep 15, 2023
2 parents 54c30fc + 946787e commit 9ecc759
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/views/sessions/OnlineSession/OnlineSessionList.vue
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,12 @@ export default {
columnsShow: {
min: ['user_display', 'actions'],
default: [
'user_display', 'ip', 'city',
'user_display', 'backend_display', 'ip', 'city',
'user_agent', 'date_created', 'actions'
]
},
columns: [
'user_display', 'backend_display', 'ip', 'city',
'user_display', 'backend_display', 'ip', 'city', 'type',
'user_agent', 'date_created', 'date_expired', 'actions'
],
columnsMeta: {
Expand Down

0 comments on commit 9ecc759

Please sign in to comment.