Menu

#1 minor bugs in the php scripts

open
nobody
None
5
2004-06-08
2004-06-08
No

.../public_html/ganglia-webfrontend-2.5.1/header.php:

line 45
old:

$tpl->assign("alt_view", "<a
href=\"./?p=2&c=$clusterURL\">Physical View</a>");

new:
$tpl->assign("alt_view", "<a
href=\"./index.php?p=2&c=$clusterURL\">Physical View</a>");

line 54
old:

$tpl->assign("alt_view", "<a
href=\"./?c=$clusterURL\">Full View</a>");

new:

$tpl->assign("alt_view", "<a
href=\"./index.php?c=$clusterURL\">Full View</a>");

line 58
old:

"<a
href=\"./?c=$clusterURL&h=$nodeURL&$get_metric_string\">Host
View</a>");

new:

"<a
href=\"./index.php?c=$clusterURL&h=$nodeURL&$get_metric_string\">Host
View</a>");

line 62
old:

"<a href=\"./?p=2&c=$clusterURL&h=$nodeURL\">Node
View</a>");

new:

"<a
href=\"./index.php?p=2&c=$clusterURL&h=$nodeURL\">Node
View</a>");

With this correction the dead links (node view, phiscal
view, host view and full view) should work well.

greatings, bartl

Discussion


Log in to post a comment.

MongoDB Logo MongoDB