Ignore:
Timestamp:
04/22/07 15:36:26 (17 years ago)
Author:
bastiaans
Message:

web/addons/job_monarch/conf.php:

  • added SORTBY_HOSTNAME, SORT_ORDER, SORT_XLABEL, SORT_YLABEL

web/addons/job_monarch/image.php:

  • removed debug statement

web/addons/job_monarch/libtoga.php:

  • added x, y sorting if SORTBY_HOSTNAME is set
  • added array_rem to remove value from array
  • added cmp function for sorting of nodes according to SORTBY_HOSTNAME x, y setting
File:
1 edited

Legend:

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

    r326 r329  
    4545                $myxml_data     = $ds->getData();
    4646
    47                 print_f( "%s\n", $myxml_data );
     47                //print_f( "%s\n", $myxml_data );
    4848        }
    4949        return $myxml_data;
Note: See TracChangeset for help on using the changeset viewer.