Ignore:
Timestamp:
02/11/09 12:28:50 (15 years ago)
Author:
ramonb
Message:

job_monarch/js/monarch.js:

  • only jobs with status 'R' are selectable
  • graphPanel is now window toolbar in stead of item
  • apply layouts after resizing graphWindow
  • graph Metric combobox is now moved to graphView's toolbar
  • added Lightbox2 image href's for graph image popup/slider, group by jid

job_monarch/jobstore.php:

  • also return jid now, for Lightbox2 grouping

job_monarch/templates/header.tpl:

  • added Lightbox css and js
File:
1 edited

Legend:

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

    r598 r600  
    480480                $nr['jr']       = -$job_window;
    481481                $nr['js']       = (int) $jobs[$jid]['start_timestamp'];
     482                $nr['jid']      = $jid;
    482483
    483484                $node_results[] = $nr;
Note: See TracChangeset for help on using the changeset viewer.