From 995bc3b0b7f89aa23897680135f5bf1b2de07f8d Mon Sep 17 00:00:00 2001 From: thompsa Date: Thu, 11 Feb 2010 14:00:46 +1300 Subject: shrink port and weight input boxes --- config/haproxy-dev/haproxy_pool_edit.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'config/haproxy-dev') diff --git a/config/haproxy-dev/haproxy_pool_edit.php b/config/haproxy-dev/haproxy_pool_edit.php index 6974220d..2f1600d4 100755 --- a/config/haproxy-dev/haproxy_pool_edit.php +++ b/config/haproxy-dev/haproxy_pool_edit.php @@ -204,10 +204,10 @@ function clearcombo(){ rowsize[1] = "30"; rowname[2] = "server_port"; rowtype[2] = "textbox"; - rowsize[2] = "12"; + rowsize[2] = "5"; rowname[3] = "server_weight"; rowtype[3] = "textbox"; - rowsize[3] = "12"; + rowsize[3] = "5"; @@ -288,9 +288,9 @@ function clearcombo(){ - + - +
-- cgit v1.2.3