Ignore:
Timestamp:
01/26/09 13:06:22 (15 years ago)
Author:
ramonb
Message:

job_monarch/libtoga.php:

  • bugfix to host filtering in clusterimage

job_monarch/js/jobgrid.js:

  • added metric select combobox

job_monarch/jobstore.php:

  • added getmetrics task to fill metrics combobox
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/web2/addons/job_monarch/libtoga.php

    r565 r569  
    13551355                                                                        if( $filtername == 'host' && $hostname == $filtervalue )
    13561356                                                                        {
    1357                                                                                 $addhost = 0;
     1357                                                                                $addhost = 1;
    13581358                                                                        }
    13591359                                                                        else
Note: See TracChangeset for help on using the changeset viewer.