summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/diag_dump_states.php
diff options
context:
space:
mode:
authorStephen Beaver <sbeaver@netgate.com>2015-11-10 09:16:11 -0500
committerStephen Beaver <sbeaver@netgate.com>2015-11-10 09:17:43 -0500
commit10fe1eb50b7af073098bd72681ec49c1ccb11103 (patch)
tree358ebf1847581b43a3fb473e7085b7bd7323920e /src/usr/local/www/diag_dump_states.php
parent67e58c2c7854b80f52e2092ee15684c205b6486b (diff)
downloadpfsense-10fe1eb50b7af073098bd72681ec49c1ccb11103.zip
pfsense-10fe1eb50b7af073098bd72681ec49c1ccb11103.tar.gz
Completes #5400, #3999, #5405
Mote: New ticket will be opened to provide IP address sorting
Diffstat (limited to 'src/usr/local/www/diag_dump_states.php')
-rwxr-xr-xsrc/usr/local/www/diag_dump_states.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/local/www/diag_dump_states.php b/src/usr/local/www/diag_dump_states.php
index 4adc3c2..96d20b7 100755
--- a/src/usr/local/www/diag_dump_states.php
+++ b/src/usr/local/www/diag_dump_states.php
@@ -165,7 +165,7 @@ if (isset($_POST['filter']) && (is_ipaddr($_POST['filter']) || is_subnet($_POST[
$form->add($section);
print $form;
?>
-<table class="table table-striped">
+<table class="table table-striped table-condensed table-hover sortable-theme-bootstrap" data-sortable>
<thead>
<tr>
<th><?=gettext("Int")?></th>
OpenPOWER on IntegriCloud