summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/firewall_rules.php
diff options
context:
space:
mode:
authorJared Dillard <jdillard@netgate.com>2015-11-25 15:10:39 -0600
committerJared Dillard <jdillard@netgate.com>2015-11-25 15:10:46 -0600
commitb5ef3ee9902b3168937320e7bb161243b4fad939 (patch)
tree1a99be8668a5349c187986f65f32f8b00fd0167d /src/usr/local/www/firewall_rules.php
parentc64e401c85f3ef081a8c6b9e4a8d0a4b4a9835f7 (diff)
downloadpfsense-b5ef3ee9902b3168937320e7bb161243b4fad939.zip
pfsense-b5ef3ee9902b3168937320e7bb161243b4fad939.tar.gz
clean up firewall rules tables
Diffstat (limited to 'src/usr/local/www/firewall_rules.php')
-rw-r--r--src/usr/local/www/firewall_rules.php5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/usr/local/www/firewall_rules.php b/src/usr/local/www/firewall_rules.php
index 8614fb3..ab2c0d1 100644
--- a/src/usr/local/www/firewall_rules.php
+++ b/src/usr/local/www/firewall_rules.php
@@ -264,7 +264,7 @@ display_top_tabs($tab_array);
<div class="panel panel-default">
<div class="panel-heading"><?=gettext("Rules (Drag to change order)")?></div>
<div id="mainarea" class="table-responsive panel-body">
- <table name="ruletable" class="table table-hover table-condensed">
+ <table name="ruletable" class="table table-hover table-striped table-condensed">
<thead>
<tr>
<th><!-- checkbox --></th>
@@ -707,14 +707,11 @@ for ($i = 0; isset($a_filter[$i]); $i++):
<script>
events.push(function() {
- stripe_table();
-
// Make rules sortable
$('table tbody.user-entries').sortable({
cursor: 'grabbing',
update: function(event, ui) {
$('#order-store').removeAttr('disabled');
- stripe_table();
}
});
OpenPOWER on IntegriCloud