aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTorben Nielsen <torben@t-hoerup.dk>2013-03-04 20:15:19 +0100
committerCharlie <root@timon.t-hoerup.dk>2013-03-04 20:15:59 +0100
commitb6f71f6437833f631fd695fcee37b150f453b9d1 (patch)
treeb81801d848cbdcf9d451629907bad017b090a1ae
parentd623da86b2d6e4cbf45b50589d283d609ef59290 (diff)
downloadpfsense-packages-b6f71f6437833f631fd695fcee37b150f453b9d1.tar.gz
pfsense-packages-b6f71f6437833f631fd695fcee37b150f453b9d1.tar.bz2
pfsense-packages-b6f71f6437833f631fd695fcee37b150f453b9d1.zip
adjust layout
-rw-r--r--config/haproxy-devel/haproxy_pool_edit.php8
1 files changed, 4 insertions, 4 deletions
diff --git a/config/haproxy-devel/haproxy_pool_edit.php b/config/haproxy-devel/haproxy_pool_edit.php
index 6720122b..5724e6e3 100644
--- a/config/haproxy-devel/haproxy_pool_edit.php
+++ b/config/haproxy-devel/haproxy_pool_edit.php
@@ -366,10 +366,10 @@ row_helper();
</tr>
<tr align="left">
<td width="22%" valign="top" class="vncellreq">Balance</td>
- <td width="78%" class="vtable" colspan="2">
+ <td width="78%" class="vtable" colspan="1">
<table width="100%">
<tr>
- <td width="20%" valign="top">
+ <td width="25%" valign="top">
<input type="radio" name="balance" id="balance" value="roundrobin"<?php if($pconfig['balance'] == "roundrobin") echo " CHECKED"; ?>>Round robin</input>
</td>
<td>
@@ -381,7 +381,7 @@ row_helper();
</td>
</tr>
<tr>
- <td width="20%" valign="top">
+ <td width="25%" valign="top">
<input type="radio" name="balance" id="balance" value="static-rr"<?php if($pconfig['balance'] == "static-rr") echo " CHECKED"; ?>>Static Round Robin</input>
</td>
<td>
@@ -396,7 +396,7 @@ row_helper();
</td>
</tr>
<tr>
- <td width="20%" valign="top">
+ <td width="25%" valign="top">
<input type="radio" name="balance" id="balance" value="leastconn"<?php if($pconfig['balance'] == "leastconn") echo " CHECKED"; ?>>Least Connections</input>
</td>
<td>