Ignore:
Timestamp:
07/10/08 16:27:00 (16 years ago)
Author:
ramonb
Message:

job_monarch/js/jobgrid.js:

  • remove Ext.onReady event: call from HTML
  • remove debug listeners

job_monarch/header.php:

job_monarch/jobstore.php:

  • parse clustername from POST and set it into GET to fool Ganglia
File:
1 edited

Legend:

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

    r535 r536  
    11<?php
    22
    3 $clustername    = "GINA Cluster";
    4 $cluster= "GINA Cluster";
    5 $c= "GINA Cluster";
     3$c                      = $_POST["c"];
     4$clustername            = $c;
     5$cluster                = $c;
     6
     7global $c, $clustername, $cluster;
     8
     9$HTTP_POST_VARS["c"]    = $c;
     10$_GET["c"]              = $c;
    611
    712global $c, $clustername, $cluster;
Note: See TracChangeset for help on using the changeset viewer.