Ignore:
Timestamp:
04/16/07 17:32:56 (17 years ago)
Author:
bastiaans
Message:

web/addons/job_monarch/conf.php:

  • added: big clusterimage values
  • changed: small clusterimage values

web/addons/job_monarch/image.php:

web/addons/job_monarch/libtoga.php:

File:
1 edited

Legend:

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

    r303 r305  
    6161        $data_gatherer->parseXML();
    6262
    63         if( $data_gatherer->isJobmonRunning() )
     63        if( $data_gatherer->isJobmonRunning() ) {
    6464                $ic = new ClusterImage( $clustername );
    65         else
     65                $ic->setSmall();
     66        } else {
    6667                $ic = new EmptyImage();
     68        }
    6769
    6870        $ic->draw();
     
    7476
    7577        $ic = new ClusterImage( $clustername );
     78        $ic->setBig();
    7679
    7780        if( isset( $filter ) ) {
Note: See TracChangeset for help on using the changeset viewer.