Added titles to tables on all-clients view
This commit is contained in:
parent
f08be3a7d3
commit
f7ef7ffd0c
@ -679,7 +679,20 @@ display:
|
||||
display_options:
|
||||
display_extenders: { }
|
||||
display_description: ''
|
||||
footer: { }
|
||||
footer:
|
||||
area:
|
||||
id: area
|
||||
table: views
|
||||
field: area
|
||||
relationship: none
|
||||
group_type: group
|
||||
admin_label: ''
|
||||
empty: true
|
||||
tokenize: false
|
||||
content:
|
||||
value: '<h2>Other clients</h2>'
|
||||
format: basic_html
|
||||
plugin_id: text
|
||||
defaults:
|
||||
footer: false
|
||||
empty: false
|
||||
@ -688,7 +701,18 @@ display:
|
||||
title: false
|
||||
header: false
|
||||
css_class: false
|
||||
empty: { }
|
||||
empty:
|
||||
area_text_custom:
|
||||
id: area_text_custom
|
||||
table: views
|
||||
field: area_text_custom
|
||||
relationship: none
|
||||
group_type: group
|
||||
admin_label: ''
|
||||
empty: true
|
||||
tokenize: false
|
||||
content: 'No clients have follow-ups due'
|
||||
plugin_id: text_custom
|
||||
filters:
|
||||
type:
|
||||
id: type
|
||||
@ -754,7 +778,18 @@ display:
|
||||
groups:
|
||||
1: AND
|
||||
title: 'Follow-ups due'
|
||||
header: { }
|
||||
header:
|
||||
area_text_custom:
|
||||
id: area_text_custom
|
||||
table: views
|
||||
field: area_text_custom
|
||||
relationship: none
|
||||
group_type: group
|
||||
admin_label: ''
|
||||
empty: true
|
||||
tokenize: false
|
||||
content: '<h2>Clients with follow-ups due</h2>'
|
||||
plugin_id: text_custom
|
||||
displays:
|
||||
page_1: page_1
|
||||
css_class: follow-ups-due
|
||||
|
Reference in New Issue
Block a user