summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJared Dillard <jdillard@netgate.com>2016-03-28 18:10:02 -0500
committerJared Dillard <jdillard@netgate.com>2016-03-28 18:10:02 -0500
commitfbe6a2ce782a09a043c871215d0b8c4812fc7778 (patch)
tree4b56150fbd229eea3e2e76c8c213bf3891e2a233 /src
parent22752ae78bd2f0e3c04ed9ebb00e6cf72415f083 (diff)
downloadpfsense-fbe6a2ce782a09a043c871215d0b8c4812fc7778.zip
pfsense-fbe6a2ce782a09a043c871215d0b8c4812fc7778.tar.gz
(status > ipsec) clean up css
Diffstat (limited to 'src')
-rw-r--r--src/usr/local/www/status_ipsec.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/usr/local/www/status_ipsec.php b/src/usr/local/www/status_ipsec.php
index 282b885..02de178 100644
--- a/src/usr/local/www/status_ipsec.php
+++ b/src/usr/local/www/status_ipsec.php
@@ -261,7 +261,7 @@ if (is_array($status)) {
<td>
<?php
if ($ikesa['state'] == 'ESTABLISHED') {
- print('<span style="color:green">');
+ print('<span class="text-success">');
} else {
print('<span>');
}
@@ -304,7 +304,7 @@ if (is_array($status)) {
<table class="table table-hover table-condensed" id="childsa-<?=$ikeid?>" style="display:none">
<thead>
- <tr class="info">
+ <tr class="bg-info">
<th><?=gettext("Local subnets")?></th>
<th><?=gettext("Local SPI(s)")?></th>
<th><?=gettext("Remote subnets")?></th>
@@ -517,7 +517,7 @@ unset($ipsecconnected, $phase1, $rgmap);
function show_childsa(id, buttonid) {
document.getElementById(buttonid).innerHTML='';
aodiv = document.getElementById(id);
- aodiv.style.display = "block";
+ aodiv.style.display = "table";
}
//]]>
</script>
OpenPOWER on IntegriCloud