From 97cdecbc3d6841c97c9a0eead567900ed2358585 Mon Sep 17 00:00:00 2001 From: Ad Schellevis Date: Fri, 16 Feb 2018 14:32:22 +0100 Subject: [PATCH] firewall/category, move selection to top-right, closes https://github.com/opnsense/core/issues/2182 --- src/www/firewall_rules.php | 41 +++++++++++++++++++++----------------- 1 file changed, 23 insertions(+), 18 deletions(-) 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() { - - - - -