Fixes #3102 - RTL in CTI page log
This commit is contained in:
parent
e874b9ac78
commit
e5ffb9e840
1 changed files with 30 additions and 6 deletions
|
@ -8,13 +8,37 @@
|
||||||
<%- @Icon('checkbox-checked', 'icon-checked') %>
|
<%- @Icon('checkbox-checked', 'icon-checked') %>
|
||||||
</label>
|
</label>
|
||||||
</th>
|
</th>
|
||||||
<th><%- @T('From') %></th>
|
<th>
|
||||||
<th><%- @T('To') %></th>
|
<div class="table-column-head">
|
||||||
|
<%- @T('From') %>
|
||||||
|
</div>
|
||||||
|
</th>
|
||||||
|
<th>
|
||||||
|
<div class="table-column-head">
|
||||||
|
<%- @T('To') %>
|
||||||
|
</div>
|
||||||
|
</th>
|
||||||
<!--<th style="width: 100px;"><%- @T('Queue') %></th>-->
|
<!--<th style="width: 100px;"><%- @T('Queue') %></th>-->
|
||||||
<th style="width: 130px;"><%- @T('Status') %></th>
|
<th style="width: 130px;">
|
||||||
<th style="width: 80px;"><%- @T('Waiting') %></th>
|
<div class="table-column-head">
|
||||||
<th style="width: 80px;"><%- @T('Duration') %></th>
|
<%- @T('Status') %>
|
||||||
<th style="width: 170px;"><%- @T('Time') %></th>
|
</div>
|
||||||
|
</th>
|
||||||
|
<th style="width: 80px;">
|
||||||
|
<div class="table-column-head">
|
||||||
|
<%- @T('Waiting') %>
|
||||||
|
</div>
|
||||||
|
</th>
|
||||||
|
<th style="width: 80px;">
|
||||||
|
<div class="table-column-head">
|
||||||
|
<%- @T('Duration') %>
|
||||||
|
</div>
|
||||||
|
</th>
|
||||||
|
<th style="width: 170px;">
|
||||||
|
<div class="table-column-head">
|
||||||
|
<%- @T('Time') %>
|
||||||
|
</div>
|
||||||
|
</th>
|
||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
<tbody>
|
<tbody>
|
||||||
|
|
Loading…
Reference in a new issue