summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/status_gateway_groups.php
diff options
context:
space:
mode:
authorColin Fleming <cj_fleming@sky.com>2016-01-05 22:23:43 +0000
committerColin Fleming <cj_fleming@sky.com>2016-01-05 22:23:43 +0000
commitac950976f70f4bb7af201aa38c0d7cbd4f822169 (patch)
treeb32982ff8c98b9ffc8eb1bb83e8faa172c9a1e78 /src/usr/local/www/status_gateway_groups.php
parent4abdd33ab93f8151149416424ce73b88ad0cc998 (diff)
downloadpfsense-ac950976f70f4bb7af201aa38c0d7cbd4f822169.zip
pfsense-ac950976f70f4bb7af201aa38c0d7cbd4f822169.tar.gz
Add some more Bootsrap panels
"firewall_aliases.php" - add gettext to the H2 tag - remove debug code "sevices_igmpproxy.php" "services_pppoe.php" "vpn_ipsec_keys.php" "status_gateways.php" "status_gateway_groups.php" "statis_services.php" "diag_arp.php" "diag_ndp.php" - add Bootstrap panels
Diffstat (limited to 'src/usr/local/www/status_gateway_groups.php')
-rwxr-xr-xsrc/usr/local/www/status_gateway_groups.php6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/usr/local/www/status_gateway_groups.php b/src/usr/local/www/status_gateway_groups.php
index b88c7cd..d244b88 100755
--- a/src/usr/local/www/status_gateway_groups.php
+++ b/src/usr/local/www/status_gateway_groups.php
@@ -92,6 +92,9 @@ $tab_array[0] = array(gettext("Gateways"), false, "status_gateways.php");
$tab_array[1] = array(gettext("Gateway Groups"), true, "status_gateway_groups.php");
display_top_tabs($tab_array);
?>
+<div class="panel panel-default">
+ <div class="panel-heading"><h2 class="panel-title"><?=gettext('Gateway Groups')?></h2></div>
+ <div class="panel-body">
<div class="table-responsive">
<table class="table table-hover table-condensed table-striped">
@@ -204,4 +207,7 @@ display_top_tabs($tab_array);
</table>
</div>
+ </div>
+</div>
+
<?php include("foot.inc");
OpenPOWER on IntegriCloud