File tree Expand file tree Collapse file tree 1 file changed +8
-5
lines changed
zmsadmin/templates/block/queue Expand file tree Collapse file tree 1 file changed +8
-5
lines changed Original file line number Diff line number Diff line change 181
181
</div >
182
182
183
183
<div class =" table-responsive-wrapper" >
184
- <h2 class =" accordion" >
184
+ <h2 class =" accordion {{ showCalledList ? ' active ' : ' ' }} " id = " called-appointments " >
185
185
<span class =" color-green" >
186
186
<i class =" fas fa-play-circle" aria-hidden =" true" ></i >
187
187
</span >
188
- Offene Aufrufe ({{ clusterQueueListCalled | length }})
188
+ Offene Aufrufe
189
+ {% if showCalledList %}
190
+ ({{ queueListCalled | length }})
191
+ {% endif %}
189
192
<span class =" accordion-icon" >
190
193
<i class =" fas fa-angle-down icon-down" aria-hidden =" true" ></i >
191
194
<i class =" fas fa-angle-up icon-up" aria-hidden =" true" ></i >
192
195
</span >
193
196
</h2 >
194
- <div class =" table-responsive-wrapper accordion-panel" >
195
- {% if clusterQueueListCalled | length %}
197
+ <div class =" table-responsive-wrapper accordion-panel" style = " {{ showCalledList ? ' display:block; ' : ' ' }} " >
198
+ {% if queueListCalled | length %}
196
199
<table id =" table-called-appointments" class =" table--base compact" >
197
200
<thead >
198
201
<tr >
208
211
</tr >
209
212
</thead >
210
213
{% set lfdnr = 0 %}
211
- {% for item in clusterQueueListCalled %}
214
+ {% for item in queueListCalled %}
212
215
{% set lfdnr = lfdnr + 1 %}
213
216
<tr class =" parked" >
214
217
<td >
You can’t perform that action at this time.
0 commit comments