Changeset 646 for trunk/web/addons/job_monarch/js
- Timestamp:
- 08/26/09 12:15:10 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/web/addons/job_monarch/js/monarch.js
r645 r646 764 764 JobsColumnModel = new Ext.grid.ColumnModel( 765 765 { 766 //CheckJobs,767 766 defaults: 768 767 { … … 773 772 columns: 774 773 [ 774 CheckJobs, 775 775 { 776 776 header: '#', … … 926 926 },[ 927 927 {name: 'jid', type: 'string', mapping: 'jid'}, 928 {name: 'ga', type: 'string', mapping: 'ga'} 928 {name: 'ga', type: 'string', mapping: 'ga'}, 929 {name: 'nodename', type: 'string', mapping: 'nodename'}, 930 {name: 'hostlink', type: 'string', mapping: 'hostlink'} 929 931 ]), 930 932 listeners: … … 976 978 '<tpl for=".">', 977 979 //'<div class="rrd-float"><a href="./graph.php?z=large&{ga}" border="0" rel="lightbox[{jid}.{[globalWindowCount]}]"><img src="./graph.php?z=small&{ga}" border="0"></a></div>', 978 '<div class="rrd-float"><img src="./graph.php?z=small&{ga}" border="0" style="cursor:pointer" onclick="nodeWindow(\' node x\', \'{ga}\');"></a></div>',980 '<div class="rrd-float"><img src="./graph.php?z=small&{ga}" border="0" style="cursor:pointer" onclick="nodeWindow(\'{nodename}\', \'{hostlink}\');"></a></div>', 979 981 '</tpl>') 980 982 });
Note: See TracChangeset
for help on using the changeset viewer.