mirror of
https://github.com/mailcow/mailcow-dockerized.git
synced 2026-08-03 23:43:15 +00:00
Fix sorting for active mailboxes
This commit is contained in:
parent
bd0b4a521e
commit
c3ed01c9b5
1 changed files with 1 additions and 1 deletions
|
|
@ -1093,7 +1093,7 @@ jQuery(function($){
|
|||
defaultContent: '',
|
||||
responsivePriority: 4,
|
||||
render: function (data, type) {
|
||||
return 1==data?'<i class="bi bi-check-lg"></i>':(0==data?'<i class="bi bi-x-lg"></i>':2==data&&'—');
|
||||
return 1==data?'<i class="bi bi-check-lg"><span class="sorting-value">1</span></i>':(0==data?'<i class="bi bi-x-lg"><span class="sorting-value">0</span></i>':2==data&&'—');
|
||||
}
|
||||
},
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue