Revision 3e2165b6
Added by Jim Pingle about 15 years ago
usr/local/www/load_balancer_pool.php | ||
---|---|---|
115 | 115 |
<?php |
116 | 116 |
/* active tabs */ |
117 | 117 |
$tab_array = array(); |
118 |
$tab_array[] = array(gettext("Monitors"), false, "load_balancer_monitor.php"); |
|
119 | 118 |
$tab_array[] = array(gettext("Pools"), true, "load_balancer_pool.php"); |
120 | 119 |
$tab_array[] = array(gettext("Virtual Servers"), false, "load_balancer_virtual_server.php"); |
120 |
$tab_array[] = array(gettext("Monitors"), false, "load_balancer_monitor.php"); |
|
121 | 121 |
display_top_tabs($tab_array); |
122 | 122 |
?> |
123 | 123 |
</td></tr> |
Also available in: Unified diff
Default to the 'pools' tab of the inbound load balancer, and move the monitor tab to the end.