Changeset 727
- Timestamp:
- 03/22/13 13:45:54 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/0.4/web/addons/job_monarch/index.php
r722 r727 105 105 global $parentgrid, $physical, $hostname; 106 106 global $self, $filter, $cluster_url, $get_metric_string; 107 global $metrics, $reports, $m, $ default_metric;107 global $metrics, $reports, $m, $conf; 108 108 global $default_refresh, $filterorder, $view; 109 109 global $JOB_ARCHIVE, $period_start, $period_stop, $h, $id; 110 110 global $job_start, $job_stop, $range, $r, $metricname; 111 111 112 if( isset($ default_metric) and !isset($m) )113 $metricname = $ default_metric;112 if( isset($conf['default_metric']) and !isset($m) ) 113 $metricname = $conf['default_metric']; 114 114 else 115 115 if( isset( $m ) )
Note: See TracChangeset
for help on using the changeset viewer.