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