Ignore:
Timestamp:
06/17/05 17:14:55 (19 years ago)
Author:
bastiaans
Message:

web/addons/toga/libtoga.php:

  • Small bugfixes
  • Added getRrdDirs and Files functions for graphs

web/addons/toga/templates/search.tpl:

  • Small rearrangement

web/addons/toga/index.php:

  • Outlining

web/addons/toga/search.php:

  • Fixed graphing output!


web/addons/toga/graph.php

  • Fixed to handle multiple RRD's from multiple timeperiods
File:
1 edited

Legend:

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

    r144 r145  
    3939        global $default_refresh, $filterorder, $view;
    4040        global $TARCHD;
    41 
     41       
    4242        if( isset($default_metric) and !isset($m) )
    4343                $metricname = $default_metric;
     
    146146        foreach ($metrics[$firsthost] as $m => $foo)
    147147                $context_metrics[] = $m;
     148
    148149        foreach ($reports as $r => $foo)
    149150                $context_metrics[] = $r;
     
    319320
    320321makeFooter();
    321 
    322322$tpl->printToScreen();
    323323?>
Note: See TracChangeset for help on using the changeset viewer.