mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
netscaler per-vserver page with all graphs.
git-svn-id: http://www.observium.org/svn/observer/trunk@2846 61d68cd4-352d-0410-923a-c4978735b2b8
This commit is contained in:
@@ -21,25 +21,25 @@ unset($sep);
|
||||
foreach ($loadbalancer_tabs as $type)
|
||||
{
|
||||
|
||||
if (!$vars['proto']) { $vars['proto'] = $type; }
|
||||
if (!$vars['type']) { $vars['type'] = $type; }
|
||||
|
||||
echo($sep);
|
||||
|
||||
if ($vars['proto'] == $type)
|
||||
if ($vars['type'] == $type)
|
||||
{
|
||||
echo('<span class="pagemenu-selected">');
|
||||
}
|
||||
|
||||
echo(generate_link($type_text[$type] ." (".$device_loadbalancer_count[$type].")",$link_array,array('proto'=>$type)));
|
||||
if ($vars['proto'] == $type) { echo("</span>"); }
|
||||
echo(generate_link($type_text[$type] ." (".$device_loadbalancer_count[$type].")",$link_array,array('type'=>$type)));
|
||||
if ($vars['type'] == $type) { echo("</span>"); }
|
||||
$sep = " | ";
|
||||
}
|
||||
|
||||
print_optionbar_end();
|
||||
|
||||
if (is_file("pages/device/loadbalancer/".mres($vars['proto']).".inc.php"))
|
||||
if (is_file("pages/device/loadbalancer/".mres($vars['type']).".inc.php"))
|
||||
{
|
||||
include("pages/device/loadbalancer/".mres($vars['proto']).".inc.php");
|
||||
include("pages/device/loadbalancer/".mres($vars['type']).".inc.php");
|
||||
} else {
|
||||
foreach ($loadbalancer_tabs as $type)
|
||||
{
|
||||
|
Reference in New Issue
Block a user