summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/diag_routes.php
diff options
context:
space:
mode:
Diffstat (limited to 'src/usr/local/www/diag_routes.php')
-rw-r--r--src/usr/local/www/diag_routes.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/usr/local/www/diag_routes.php b/src/usr/local/www/diag_routes.php
index b790f1e..1311f91 100644
--- a/src/usr/local/www/diag_routes.php
+++ b/src/usr/local/www/diag_routes.php
@@ -208,7 +208,7 @@ events.push(function(){
<div class="panel panel-default">
<div class="panel-heading"><h2 class="panel-title">IPv4 Routes</h2></div>
<div class="panel panel-body">
- <table class="table table-striped table-compact" id="IPv4">
+ <table class="table table-striped table-hover table-condensed sortable-theme-bootstrap" data-sortable id="IPv4">
<thead>
<!-- filled by xhr -->
</thead>
@@ -224,7 +224,7 @@ events.push(function(){
<div class="panel panel-default">
<div class="panel-heading"><h2 class="panel-title">IPv6 Routes</h2></div>
<div class="panel panel-body">
- <table class="table table-striped table-compact" id="IPv6">
+ <table class="table table-striped table-hover table-condensed sortable-theme-bootstrap" data-sortable id="IPv6">
<thead>
<!-- filled by xhr -->
</thead>
OpenPOWER on IntegriCloud