From fbe6a2ce782a09a043c871215d0b8c4812fc7778 Mon Sep 17 00:00:00 2001 From: Jared Dillard Date: Mon, 28 Mar 2016 18:10:02 -0500 Subject: (status > ipsec) clean up css --- src/usr/local/www/status_ipsec.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src') 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)) { '); + print(''); } else { print(''); } @@ -304,7 +304,7 @@ if (is_array($status)) { - + @@ -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"; } //]]> -- cgit v1.1