From e0c27075f36858e62a5d5445216a3bac3f6ebfde Mon Sep 17 00:00:00 2001 From: jim-p Date: Tue, 10 Aug 2010 16:17:48 -0400 Subject: Add the ability to select a mode for LB pool members, load balance (default) or manual failover. If manual failover is selected, only allow one server to be chosen as active. --- usr/local/www/load_balancer_pool.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'usr/local/www/load_balancer_pool.php') diff --git a/usr/local/www/load_balancer_pool.php b/usr/local/www/load_balancer_pool.php index 48dccd6..cd6e2a6 100755 --- a/usr/local/www/load_balancer_pool.php +++ b/usr/local/www/load_balancer_pool.php @@ -129,10 +129,11 @@ include("head.inc"); $t->edit_uri('load_balancer_pool_edit.php'); $t->my_uri('load_balancer_pool.php'); $t->add_column(gettext('Name'),'name',10); + $t->add_column(gettext('Mode'),'mode',10); $t->add_column(gettext('Servers'),'servers',15); $t->add_column(gettext('Port'),'port',10); - $t->add_column(gettext('Monitor'),'monitor',15); - $t->add_column(gettext('Description'),'desc',30); + $t->add_column(gettext('Monitor'),'monitor',10); + $t->add_column(gettext('Description'),'desc',25); $t->add_button('edit'); $t->add_button('dup'); $t->add_button('del'); -- cgit v1.1