diff options
author | thompsa <andy@fud.org.nz> | 2010-02-11 14:21:58 +1300 |
---|---|---|
committer | thompsa <andy@fud.org.nz> | 2010-02-11 14:21:58 +1300 |
commit | 794937ee20a9bf830acf01d2abf0757c041f2c25 (patch) | |
tree | f2e6cba6372888dcc7fad62724dd03cc00f7a6bd /config | |
parent | 995bc3b0b7f89aa23897680135f5bf1b2de07f8d (diff) | |
download | pfsense-packages-794937ee20a9bf830acf01d2abf0757c041f2c25.tar.gz pfsense-packages-794937ee20a9bf830acf01d2abf0757c041f2c25.tar.bz2 pfsense-packages-794937ee20a9bf830acf01d2abf0757c041f2c25.zip |
Add title for the server list table
Diffstat (limited to 'config')
-rwxr-xr-x | config/haproxy-dev/haproxy_pool_edit.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config/haproxy-dev/haproxy_pool_edit.php b/config/haproxy-dev/haproxy_pool_edit.php index 2f1600d4..3d1d1844 100755 --- a/config/haproxy-dev/haproxy_pool_edit.php +++ b/config/haproxy-dev/haproxy_pool_edit.php @@ -247,6 +247,9 @@ function clearcombo(){ </td> </tr> + <tr align="left"> + <td class="vncellreq" colspan="3">Server list</td> + </tr> <tr> <td width="78%" class="vtable" colspan="2" valign="top"> <table class="" width="100%" cellpadding="0" cellspacing="0" id='servertable'> |