Browse Source

[Web] fix rspamd table scan_time on sm devices

FreddleSpl0it 2 years ago
parent
commit
fe4a418af4
1 changed files with 3 additions and 1 deletions
  1. 3 1
      data/web/js/site/debug.js

+ 3 - 1
data/web/js/site/debug.js

@@ -979,7 +979,9 @@ jQuery(function($){
               "data-order": cellData.sortBy,
               "data-sort": cellData.sortBy
             });
-            $(td).html(cellData.value);
+          },    
+          render: function (data) {
+            return data.value;
           }
         },
         {