2014-07-30 07:18:59 +00:00
|
|
|
# ===================================
|
|
|
|
|
# List Behavior Config
|
|
|
|
|
# ===================================
|
|
|
|
|
|
2014-07-30 07:51:44 +00:00
|
|
|
title: backend::lang.access_log.menu_label
|
2015-02-07 05:20:34 +00:00
|
|
|
list: ~/modules/backend/models/accesslog/columns.yaml
|
2014-07-30 07:18:59 +00:00
|
|
|
modelClass: Backend\Models\AccessLog
|
|
|
|
|
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
|
2014-07-30 07:18:59 +00:00
|
|
|
|
|
|
|
|
toolbar:
|
|
|
|
|
buttons: list_toolbar
|
|
|
|
|
search:
|
2018-10-16 15:09:41 +00:00
|
|
|
prompt: backend::lang.list.search_prompt
|
|
|
|
|
|
|
|
|
|
filter: config_filter.yaml
|