diff options
author | Warren Baker <warren@decoy.co.za> | 2011-01-31 22:38:02 +0200 |
---|---|---|
committer | Warren Baker <warren@decoy.co.za> | 2011-01-31 22:38:02 +0200 |
commit | f9d521a550fe04281d827e4d2b18944d7900dd59 (patch) | |
tree | 2da54610f94158b04c2d4a83bc5c49172a91e255 /config/unbound | |
parent | 36ae82e1e177f81c5b90b0c61f99c4ea9a70e448 (diff) | |
download | pfsense-packages-f9d521a550fe04281d827e4d2b18944d7900dd59.tar.gz pfsense-packages-f9d521a550fe04281d827e4d2b18944d7900dd59.tar.bz2 pfsense-packages-f9d521a550fe04281d827e4d2b18944d7900dd59.zip |
Add missing table rows for better formatting.
Diffstat (limited to 'config/unbound')
-rw-r--r-- | config/unbound/unbound_status.php | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/config/unbound/unbound_status.php b/config/unbound/unbound_status.php index d5752b82..7dc43812 100644 --- a/config/unbound/unbound_status.php +++ b/config/unbound/unbound_status.php @@ -36,7 +36,7 @@ if(!is_process_running("unbound")) { exit; } -$pgtitle = "Services: Unbound: Status"; +$pgtitle = "Services: Unbound DNS Forwarder: Status"; include("head.inc"); $pfSversion = str_replace("\n", "", file_get_contents("/etc/version")); @@ -129,6 +129,8 @@ function execCmds() { <div id="mainlevel"> <table width="100%" border="0" cellpadding="0" cellspacing="0"> + <tr> + <td> <?php $tab_array = array(); $tab_array[] = array(gettext("Unbound DNS Settings"), false, "/pkg_edit.php?xml=unbound.xml&id=0"); @@ -136,6 +138,8 @@ function execCmds() { $tab_array[] = array(gettext("Unbound DNS Status"), true, "/unbound_status.php"); display_top_tabs($tab_array); ?> + </td> + </tr> </table> <table width="100%" border="0" cellpadding="0" cellspacing="0"> <tr> |