diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2009-10-14 01:33:56 -0400 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2009-10-14 01:33:56 -0400 |
commit | e16ee5566ea37d56c8776b4eb1e5f3e4ff2ad530 (patch) | |
tree | 4b35675898af2d19541f06ea631c9e32d8bb3775 /config/haproxy | |
parent | a1a26422d94900583efb5c55753da637dae7d731 (diff) | |
download | pfsense-packages-e16ee5566ea37d56c8776b4eb1e5f3e4ff2ad530.tar.gz pfsense-packages-e16ee5566ea37d56c8776b4eb1e5f3e4ff2ad530.tar.bz2 pfsense-packages-e16ee5566ea37d56c8776b4eb1e5f3e4ff2ad530.zip |
Move the connections memory usage to the right hand of the cell and make it look more pfSense like
Diffstat (limited to 'config/haproxy')
-rwxr-xr-x | config/haproxy/haproxy_global.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config/haproxy/haproxy_global.php b/config/haproxy/haproxy_global.php index 94143753..0d60684b 100755 --- a/config/haproxy/haproxy_global.php +++ b/config/haproxy/haproxy_global.php @@ -132,6 +132,7 @@ function enable_change(enable_change) { Maximum connections </td> <td class="vtable"> + <table><tr><td> <table cellpadding="0" cellspacing="0"> <tr> <td> @@ -141,6 +142,7 @@ function enable_change(enable_change) { </table> Sets the maximum per-process number of concurrent connections to X.<br/> <strong>NOTE:</strong> setting this value too high will result in haproxy not being able to allocate enough memory.<br/> + </td><td> <table style="border: 1px solid #000;"> <tr> <td><font size=-1>Connections</td> @@ -168,6 +170,7 @@ function enable_change(enable_change) { <td><font size=-1>467 Megabytes</td> </tr> </table> + </td></tr></table> </td> </tr> <tr> |