Ignore:
Timestamp:
03/07/08 17:44:22 (16 years ago)
Author:
bastiaans
Message:

web/addons/job_monarch/overview.php:

  • support for large graphs in job report thanks to Craig West
File:
1 edited

Legend:

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

    r491 r509  
    594594        {
    595595
    596                 $rjqj_str =  "<IMG SRC=\"./graph.php?z=small&c=$clustername&g=job_report&r=$range&st=$cluster[LOCALTIME]\">";
     596                $rjqj_str  = "<A HREF=\"./graph.php?z=large&c=$clustername&g=job_report&r=$range&st=$cluster[LOCALTIME]\">";
     597                $rjqj_str .= "<IMG BORDER=0 SRC=\"./graph.php?z=small&c=$clustername&g=job_report&r=$range&st=$cluster[LOCALTIME]\">";
     598                $rjqj_str .= "</A>";
    597599
    598600                $tpl->gotoBlock( "_ROOT" );
Note: See TracChangeset for help on using the changeset viewer.