diff options
author | Stephen Beaver <sbeaver@netgate.com> | 2015-11-10 09:16:11 -0500 |
---|---|---|
committer | Stephen Beaver <sbeaver@netgate.com> | 2015-11-10 09:17:43 -0500 |
commit | 10fe1eb50b7af073098bd72681ec49c1ccb11103 (patch) | |
tree | 358ebf1847581b43a3fb473e7085b7bd7323920e /src/usr/local/www/diag_ndp.php | |
parent | 67e58c2c7854b80f52e2092ee15684c205b6486b (diff) | |
download | pfsense-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_ndp.php')
-rw-r--r-- | src/usr/local/www/diag_ndp.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/usr/local/www/diag_ndp.php b/src/usr/local/www/diag_ndp.php index 045dcb5..dd9c823 100644 --- a/src/usr/local/www/diag_ndp.php +++ b/src/usr/local/www/diag_ndp.php @@ -135,8 +135,8 @@ include("head.inc"); ?> <div class="table-responsive"> - <table class="table table-striped table-hover"> - <thead> + <table class="table table-striped table-condensed table-hover sortable-theme-bootstrap" data-sortable> + <thead> <tr> <th><?= gettext("IPv6 address"); ?></th> <th><?= gettext("MAC address"); ?></th> |