Ignore:
Timestamp:
03/21/13 18:27:15 (11 years ago)
Author:
ramonb
Message:

web/templates/job_monarch/host_extra.tpl:

  • updated to Dwoo variables
  • renamed view -> j_view to prevent conflict with Ganglia

web/templates/job_monarch/cluster_extra.tpl,
addons/job_monarch/image.php,
web/addons/job_monarch/index.php,
web/addons/job_monarch/overview.php,
web/addons/job_monarch/search.php:

  • renamed view -> j_view to prevent conflict with Ganglia

addons/job_monarch/graph.php:

  • get rrdtool location from Ganglia's conf
File:
1 edited

Legend:

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

    r688 r708  
    4747$httpvars = new HTTPVariables( $HTTP_GET_VARS, $_GET );
    4848$clustername = $httpvars->getClusterName();
    49 $view = $httpvars->getHttpVar( "view" );
     49$view = $httpvars->getHttpVar( "j_view" );
    5050
    5151$filter = array();
Note: See TracChangeset for help on using the changeset viewer.