diff --git a/src/www/firewall_rules.php b/src/www/firewall_rules.php index a9e176aa3..4efd7dc15 100644 --- a/src/www/firewall_rules.php +++ b/src/www/firewall_rules.php @@ -262,10 +262,33 @@ $( document ).ready(function() { $(".rule_select").prop("checked", $(this).prop("checked")); }); + // move category block + $("#category_block").detach().appendTo($(".page-content-head > .container-fluid > .list-inline")); + $("#category_block").addClass("pull-right"); + }); +
@@ -297,24 +320,6 @@ $( document ).ready(function() { - - - - -