Ignore:
Timestamp:
05/24/05 11:26:41 (19 years ago)
Author:
bastiaans
Message:

toga/conf.php:

  • How nodes will be marked with a job is now configurable

toga/image.php:

  • Really use clustername for image

toga/libtoga.php:

File:
1 edited

Legend:

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

    r110 r111  
    66
    77$view = $httpvars->getHttpVar( "view" );
     8$clustername = $httpvars->getClusterName();
    89
    910function drawSmallClusterImage() {
    1011
    11         $ic = new ClusterImage();
     12        $ic = new ClusterImage( $clustername );
    1213        $ic->draw();
    1314}
Note: See TracChangeset for help on using the changeset viewer.