Changeset 614 for branches/0.3/web/addons/job_monarch
- Timestamp:
- 04/09/09 16:01:23 (14 years ago)
- Location:
- branches/0.3/web/addons/job_monarch
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/0.3/web/addons/job_monarch/conf.php
r522 r614 100 100 //$CLUSTER_CONFS["Example Cluster"] = "./clusterconf/example.php"; 101 101 // 102 $CLUSTER_CONFS["LISA Cluster"] = "./clusterconf/lisa-example.php";103 $CLUSTER_CONFS["GINA Cluster"] = "./clusterconf/gina-example.php";102 //$CLUSTER_CONFS["LISA Cluster"] = "./clusterconf/lisa-example.php"; 103 //$CLUSTER_CONFS["GINA Cluster"] = "./clusterconf/gina-example.php"; 104 104 ?> -
branches/0.3/web/addons/job_monarch/overview.php
r530 r614 46 46 $use_fqdn = $data_gatherer->getUsingFQDN(); 47 47 48 include("./lib/pchart/pData.class");49 include("./lib/pchart/pChart.class");50 51 48 function setupFilterSettings() 52 49 { … … 405 402 $pie_args .= "&$name=$percentage,$color"; 406 403 } 407 $pie = ". /chart.php?$pie_args";404 $pie = "../../pie.php?$pie_args"; 408 405 409 406 return $pie;
Note: See TracChangeset
for help on using the changeset viewer.