فهرست منبع

Fix sorting for active tls-policy-map

goodygh 2 سال پیش
والد
کامیت
3fe8aaa719
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      data/web/js/site/mailbox.js

+ 1 - 1
data/web/js/site/mailbox.js

@@ -1781,7 +1781,7 @@ jQuery(function($){
           data: 'active',
           data: 'active',
           defaultContent: '',
           defaultContent: '',
           render: function (data, type) {
           render: function (data, type) {
-            return 1==data?'<i class="bi bi-check-lg"></i>':0==data&&'<i class="bi bi-x-lg"></i>';
+            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>';
           }
           }
         },
         },
         {
         {