mirror of
https://github.com/jumpserver/lina.git
synced 2025-08-01 07:01:26 +00:00
perf: 修改一些bug
This commit is contained in:
parent
21c3b1a6cb
commit
e79bd251cb
@ -16,6 +16,10 @@ export default {
|
||||
const dateTo = getDayEnd(now).toISOString()
|
||||
return {
|
||||
tableConfig: {
|
||||
permissions: {
|
||||
app: 'audits',
|
||||
resource: 'userloginlog'
|
||||
},
|
||||
url: '/api/v1/audits/login-logs/',
|
||||
columns: [
|
||||
'username', 'type', 'backend_display', 'ip', 'city',
|
||||
|
@ -77,6 +77,9 @@ export default {
|
||||
},
|
||||
headerActions: {
|
||||
hasLeftActions: false,
|
||||
importOptions: {
|
||||
canImportUpdate: false
|
||||
},
|
||||
searchConfig: {
|
||||
exclude: ['scope', 'role', 'org']
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user