From 3fe8aaa719081abe058e87ac92cfe7ace812b1b9 Mon Sep 17 00:00:00 2001 From: goodygh Date: Thu, 13 Apr 2023 18:14:18 +0200 Subject: [PATCH] Fix sorting for active tls-policy-map --- data/web/js/site/mailbox.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/web/js/site/mailbox.js b/data/web/js/site/mailbox.js index 8ed1ec6ac..9edd7c593 100644 --- a/data/web/js/site/mailbox.js +++ b/data/web/js/site/mailbox.js @@ -1781,7 +1781,7 @@ jQuery(function($){ data: 'active', defaultContent: '', render: function (data, type) { - return 1==data?'':0==data&&''; + return 1==data?'1':0==data&&'0'; } }, {