- Timestamp:
- 01/26/09 13:18:49 (15 years ago)
- Location:
- trunk/web2/addons/job_monarch
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/web2/addons/job_monarch/css/styles.css
r568 r570 35 35 cursor: pointer; 36 36 } 37 38 .rrd-float 39 { 40 float: left; 41 margin: 4px; 42 margin-right: 0; 43 padding: 5px; 44 } -
trunk/web2/addons/job_monarch/js/jobgrid.js
r569 r570 634 634 tpl: new Ext.XTemplate( 635 635 '<tpl for=".">', 636 '<div class=" thumb"><img src="../../graph.php?z=small&h={h}&x={x}&v={v}&c={c}" border="0"></div>',636 '<div class="rrd-float"><img src="../../graph.php?z=small&h={h}&x={x}&v={v}&c={c}" border="0"></div>', 637 637 '</tpl>' 638 638 ) … … 643 643 title:'My Images', 644 644 region:'center', 645 bodyStyle: 'background: transparent', 645 646 margins: '5 5 5 0', 646 647 layout:'fit', … … 654 655 height : 300, 655 656 closeAction :'hide', 657 layout: 'fit', 656 658 tbar: new Ext.form.ComboBox({ 657 659 fieldLabel: 'Metric',
Note: See TracChangeset
for help on using the changeset viewer.