Ignore:
Timestamp:
03/27/13 20:50:05 (11 years ago)
Author:
ramonb
Message:

host_view.php,
templates/host_view.tpl:

graph.php:

  • set range as title if it's not job

libtoga.php:

  • remove some timestamp from metrics
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/0.4/web/addons/job_monarch/graph.php

    r758 r759  
    441441}
    442442
    443 if ($graph == "job_report")
    444 {
    445     $title = "Last: $j_title";
     443if($graph == "job_report")
     444{
     445    if($range == 'job' )
     446    {
     447        $title = "Last: $j_title";
     448    }
     449    else
     450    {
     451        $title = "Last: $range";
     452    }
    446453}
    447454else
Note: See TracChangeset for help on using the changeset viewer.