2014-07-30 07:18:59 +00:00
|
|
|
# ===================================
|
|
|
|
|
# List Behavior Config
|
|
|
|
|
# ===================================
|
|
|
|
|
|
2014-07-30 07:51:44 +00:00
|
|
|
title: system::lang.request_log.menu_label
|
2015-02-07 05:20:34 +00:00
|
|
|
list: ~/modules/system/models/requestlog/columns.yaml
|
2014-07-30 07:18:59 +00:00
|
|
|
modelClass: System\Models\RequestLog
|
|
|
|
|
recordUrl: system/requestlogs/preview/:id
|
|
|
|
|
noRecordsMessage: backend::lang.list.no_records
|
2014-08-06 08:18:10 +00:00
|
|
|
recordsPerPage: 30
|
2014-07-30 08:14:51 +00:00
|
|
|
showSetup: true
|
2015-02-21 02:49:32 +00:00
|
|
|
showCheckboxes: true
|
2014-08-28 23:27:56 +00:00
|
|
|
defaultSort:
|
|
|
|
|
column: count
|
|
|
|
|
direction: desc
|
2014-07-30 07:18:59 +00:00
|
|
|
|
|
|
|
|
toolbar:
|
|
|
|
|
buttons: list_toolbar
|
|
|
|
|
search:
|
|
|
|
|
prompt: backend::lang.list.search_prompt
|