Commit change from live? actualyl probably upgrade; addition of daily count in redirects view
This commit is contained in:
parent
866261f9e3
commit
c8c48d01e7
1 changed files with 59 additions and 0 deletions
|
@ -79,6 +79,7 @@ display:
|
||||||
path: path
|
path: path
|
||||||
count: count
|
count: count
|
||||||
timestamp: timestamp
|
timestamp: timestamp
|
||||||
|
daily_count: daily_count
|
||||||
info:
|
info:
|
||||||
path:
|
path:
|
||||||
sortable: true
|
sortable: true
|
||||||
|
@ -101,6 +102,13 @@ display:
|
||||||
separator: ''
|
separator: ''
|
||||||
empty_column: false
|
empty_column: false
|
||||||
responsive: ''
|
responsive: ''
|
||||||
|
daily_count:
|
||||||
|
sortable: true
|
||||||
|
default_sort_order: desc
|
||||||
|
align: ''
|
||||||
|
separator: ''
|
||||||
|
empty_column: false
|
||||||
|
responsive: ''
|
||||||
default: count
|
default: count
|
||||||
empty_table: false
|
empty_table: false
|
||||||
row:
|
row:
|
||||||
|
@ -208,6 +216,57 @@ display:
|
||||||
format: unserialized
|
format: unserialized
|
||||||
key: ''
|
key: ''
|
||||||
plugin_id: serialized
|
plugin_id: serialized
|
||||||
|
daily_count:
|
||||||
|
id: daily_count
|
||||||
|
table: redirect_404
|
||||||
|
field: daily_count
|
||||||
|
relationship: none
|
||||||
|
group_type: group
|
||||||
|
admin_label: ''
|
||||||
|
label: 'Daily count'
|
||||||
|
exclude: false
|
||||||
|
alter:
|
||||||
|
alter_text: false
|
||||||
|
text: ''
|
||||||
|
make_link: false
|
||||||
|
path: ''
|
||||||
|
absolute: false
|
||||||
|
external: false
|
||||||
|
replace_spaces: false
|
||||||
|
path_case: none
|
||||||
|
trim_whitespace: false
|
||||||
|
alt: ''
|
||||||
|
rel: ''
|
||||||
|
link_class: ''
|
||||||
|
prefix: ''
|
||||||
|
suffix: ''
|
||||||
|
target: ''
|
||||||
|
nl2br: false
|
||||||
|
max_length: 0
|
||||||
|
word_boundary: true
|
||||||
|
ellipsis: true
|
||||||
|
more_link: false
|
||||||
|
more_link_text: ''
|
||||||
|
more_link_path: ''
|
||||||
|
strip_tags: false
|
||||||
|
trim: false
|
||||||
|
preserve_tags: ''
|
||||||
|
html: false
|
||||||
|
element_type: ''
|
||||||
|
element_class: ''
|
||||||
|
element_label_type: ''
|
||||||
|
element_label_class: ''
|
||||||
|
element_label_colon: true
|
||||||
|
element_wrapper_type: ''
|
||||||
|
element_wrapper_class: ''
|
||||||
|
element_default_classes: true
|
||||||
|
empty: ''
|
||||||
|
hide_empty: false
|
||||||
|
empty_zero: false
|
||||||
|
hide_alter_empty: true
|
||||||
|
format: unserialized
|
||||||
|
key: ''
|
||||||
|
plugin_id: serialized
|
||||||
timestamp:
|
timestamp:
|
||||||
id: timestamp
|
id: timestamp
|
||||||
table: redirect_404
|
table: redirect_404
|
||||||
|
|
Loading…
Reference in a new issue