summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/widgets/widgets
diff options
context:
space:
mode:
authorStephen Beaver <sbeaver@netgate.com>2016-04-11 10:50:31 -0400
committerStephen Beaver <sbeaver@netgate.com>2016-04-11 10:50:31 -0400
commitccbfaf78d56dbb565cb8a086377da311b7c3f685 (patch)
tree782b00d2fdce6bee2425492d805e8cfa547f24d3 /src/usr/local/www/widgets/widgets
parentd830a7f4ac09e47671d2c3cb08f49e428421abcc (diff)
downloadpfsense-ccbfaf78d56dbb565cb8a086377da311b7c3f685.zip
pfsense-ccbfaf78d56dbb565cb8a086377da311b7c3f685.tar.gz
Fixed #6096
Diffstat (limited to 'src/usr/local/www/widgets/widgets')
-rw-r--r--src/usr/local/www/widgets/widgets/gateways.widget.php31
1 files changed, 16 insertions, 15 deletions
diff --git a/src/usr/local/www/widgets/widgets/gateways.widget.php b/src/usr/local/www/widgets/widgets/gateways.widget.php
index dfabae3..fd8aa8f 100644
--- a/src/usr/local/www/widgets/widgets/gateways.widget.php
+++ b/src/usr/local/www/widgets/widgets/gateways.widget.php
@@ -83,23 +83,24 @@ if ($_POST) {
}
?>
-<table class="table table-striped table-hover">
- <thead>
- <tr>
- <th><?=gettext("Name")?></th>
- <th>RTT</th>
- <th>RTTsd</th>
- <th><?=gettext("Loss")?></th>
- <th><?=gettext("Status")?></th>
- </tr>
- </thead>
- <tbody id="gwtblbody">
+<div class="table-responsive">
+ <table class="table table-striped table-hover table-condensed">
+ <thead>
+ <tr>
+ <th><?=gettext("Name")?></th>
+ <th>RTT</th>
+ <th>RTTsd</th>
+ <th><?=gettext("Loss")?></th>
+ <th><?=gettext("Status")?></th>
+ </tr>
+ </thead>
+ <tbody id="gwtblbody">
<?php
- print(compose_table_body_contents());
+ print(compose_table_body_contents());
?>
- </tbody>
-</table>
-
+ </tbody>
+ </table>
+</div>
<!-- close the body we're wrapped in and add a configuration-panel -->
</div>
OpenPOWER on IntegriCloud