Small code cleanup (added placeholder for overview error message) and improved filter description.
This commit is contained in:
parent
626c116679
commit
0b54d60e4f
2 changed files with 2 additions and 3 deletions
|
@ -45,9 +45,7 @@ class App.ChannelEmailFilter extends App.Controller
|
||||||
|
|
||||||
template = $( '<div><div class="overview"></div><a data-type="new" class="btn btn--success">' + App.i18n.translateContent('New') + '</a></div>' )
|
template = $( '<div><div class="overview"></div><a data-type="new" class="btn btn--success">' + App.i18n.translateContent('New') + '</a></div>' )
|
||||||
|
|
||||||
description = '''
|
description = 'With filters you can e. g. dispatch new tickets into certain groups or set a certain priority for tickets of a VIP customer.'
|
||||||
With Filters you can e. g. dispatch new Tickets into certain groups or set a certain priority for Tickets of an VIP customer.
|
|
||||||
'''
|
|
||||||
|
|
||||||
new App.ControllerTable(
|
new App.ControllerTable(
|
||||||
el: template.find('.overview')
|
el: template.find('.overview')
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
<div class="js-error hide fullscreenMessage"></div>
|
||||||
<div class="sidebar"></div>
|
<div class="sidebar"></div>
|
||||||
<div class="main flex">
|
<div class="main flex">
|
||||||
<div class="overview-header"></div>
|
<div class="overview-header"></div>
|
||||||
|
|
Loading…
Reference in a new issue