Changeset 814


Ignore:
Timestamp:
04/09/13 21:41:25 (11 years ago)
Author:
ramonb
Message:
  • changed text on small cluster image
File:
1 edited

Legend:

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

    r809 r814  
    19021902                $colorblue    = imageColorAllocate( $image, 0, 0, 255 );
    19031903
    1904                 imageString( $image, $font, 2, 2, "Monarch Joblist - cluster: ".$this->clustername, $colorblue );
     1904                imageString( $image, $font, 2, 2, "Job Monarch: ".count($jobs)." jobs", $colorblue );
    19051905            }
    19061906
     
    20892089                $colorblue    = imageColorAllocate( $image, 0, 0, 255 );
    20902090
    2091                 imageString( $image, $font, 2, 2, "Monarch Joblist - cluster: ".$this->clustername, $colorblue );
     2091                imageString( $image, $font, 2, 2, "Job Monarch: ".count( $jobs)." jobs", $colorblue );
    20922092            }
    20932093
Note: See TracChangeset for help on using the changeset viewer.