Ignore:
Timestamp:
06/20/05 11:17:44 (19 years ago)
Author:
bastiaans
Message:

toga/overview.php:

  • Fixed graph link to node view/detail
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/web/addons/toga/overview.php

    r147 r148  
    670670                                $val = $metrics[$host][$metricname];
    671671                                $class = "metric";
    672                                 $host_link="\"?c=$cluster_url&h=$host_url&r=job&jr=$jobrange&js=$jobstart\"";
     672                                $host_link="\"../../?c=$cluster_url&h=$host_url&r=job&jr=$jobrange&js=$jobstart\"";
    673673
    674674                                if ($val[TYPE]=="timestamp" or $always_timestamp[$metricname]) {
Note: See TracChangeset for help on using the changeset viewer.