From e234921a790214fe5b8aa24fab097f6dbfd28811 Mon Sep 17 00:00:00 2001 From: jim-p Date: Wed, 2 Jun 2010 09:51:51 -0400 Subject: Add status/log links to LB pages. --- usr/local/www/load_balancer_pool.php | 4 ++++ 1 file changed, 4 insertions(+) (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 c320683..4742ab1 100755 --- a/usr/local/www/load_balancer_pool.php +++ b/usr/local/www/load_balancer_pool.php @@ -95,6 +95,10 @@ for ($i = 0; isset($config['load_balancer']['lbpool'][$i]); $i++) { } $pgtitle = array("Services", "Load Balancer","Pool"); +#$statusurl = "status_slbd_vs.php"; +$statusurl = "status_slbd_pool.php"; +$logurl = "diag_logs_relayd.php"; + include("head.inc"); ?> -- cgit v1.1