Ignore:
Timestamp:
07/15/08 17:56:40 (16 years ago)
Author:
ramonb
Message:

job_monarch/jobmonarch.gif:

  • now transparent background

job_monarch/overview.php:

  • only assign graph url to rjqj

job_monarch/js/jobgrid.js:

  • add graph summary window

job_monarch/css/styles.css:

  • cleanup

job_monarch/templates/overview.tpl:

  • set removed rjqj and pie chart

job_monarch/templates/header.tpl:

  • removed logo
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/web2/addons/job_monarch/js/jobgrid.js

    r553 r554  
    397397  ClusterImageWindow = new Ext.Window({
    398398      id: 'ClusterImageWindow',
    399       title: 'Cluster Nodes Overview',
    400       closable:true,
     399      title: 'Nodes',
     400      closable: true,
    401401      collapsible: true,
    402402      animCollapse: true,
    403       width:100,
    404       height:100,
     403      width: 100,
     404      height: 100,
    405405      y: 15,
    406       plain:true,
     406      plain: true,
    407407      shadow: true,
    408408      resizable: false,
     
    415415        })
    416416
     417    });
     418
     419  GraphSummaryWindow = new Ext.Window({
     420      id: 'GraphSummaryWindow',
     421      title: 'Graph Summary',
     422      closable: true,
     423      collapsible: true,
     424      animCollapse: true,
     425      width: 300,
     426      height: 500,
     427      y: 15,
     428      plain: true,
     429      shadow: true,
     430      resizable: true,
     431      shadowOffset: 10,
     432      layout: 'table',
     433      layoutConfig: {
     434                columns: 2
     435        },
     436      defaults:{border: false},
     437      items: [{
     438        id: 'monarchlogo',
     439        cls: 'monarch',
     440        bodyStyle: 'background: transparent',
     441        html: '<A HREF="https://subtrac.sara.nl/oss/jobmonarch/" TARGET="_blank"><IMG SRC="./jobmonarch.gif" ALT="Job Monarch" BORDER="0"></A>'
     442        //colspan: 2
     443       },{
     444        id: 'summarycount'
     445       },{
     446        id: 'rjqjgraph'
     447       },{
     448        id: 'pie',
     449        colspan: 2
     450       }],
     451      bbar: new Ext.StatusBar({
     452                defaultText: 'Ready.',
     453                id: 'basic-statusbar',
     454                defaultIconCls: ''
     455        })
    417456    });
    418457
Note: See TracChangeset for help on using the changeset viewer.