Minor fixes to list setup

This commit is contained in:
Sam Georges 2014-07-30 18:14:51 +10:00
parent 67c08f0821
commit 33e6edf5c5
3 changed files with 3 additions and 4 deletions

View File

@ -5,9 +5,8 @@
title: backend::lang.access_log.menu_label
list: @/modules/backend/models/accesslog/columns.yaml
modelClass: Backend\Models\AccessLog
recordUrl: backend/accesslogs/preview/:id
noRecordsMessage: backend::lang.list.no_records
showSetup: false
showSetup: true
toolbar:
buttons: list_toolbar

View File

@ -7,7 +7,7 @@ list: @/modules/system/models/eventlog/columns.yaml
modelClass: System\Models\EventLog
recordUrl: system/eventlogs/preview/:id
noRecordsMessage: backend::lang.list.no_records
showSetup: false
showSetup: true
toolbar:
buttons: list_toolbar

View File

@ -7,7 +7,7 @@ list: @/modules/system/models/requestlog/columns.yaml
modelClass: System\Models\RequestLog
recordUrl: system/requestlogs/preview/:id
noRecordsMessage: backend::lang.list.no_records
showSetup: false
showSetup: true
toolbar:
buttons: list_toolbar