Changeset 552
- Timestamp:
- 07/14/08 16:27:24 (15 years ago)
- Location:
- trunk/web2/addons/job_monarch
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/web2/addons/job_monarch/conf.php
r532 r552 27 27 // Format of how to display a date and time in human readable format 28 28 // 29 $DATETIME_FORMAT = "% a %d %b %Y %H:%M:%S";29 $DATETIME_FORMAT = "%d %b %Y %H:%M:%S"; 30 30 31 31 // Max size of small clusterimage -
trunk/web2/addons/job_monarch/js/jobgrid.js
r551 r552 338 338 readOnly: true, 339 339 dataIndex: 'queued_timestamp', 340 width: 1 40,340 width: 120, 341 341 hidden: false 342 342 },{ … … 345 345 readOnly: true, 346 346 dataIndex: 'start_timestamp', 347 width: 1 40,347 width: 120, 348 348 hidden: false 349 349 },{ … … 390 390 width:100, 391 391 height:100, 392 y: 50,392 y: 15, 393 393 plain:true, 394 394 shadow: true, … … 411 411 animCollapse: true, 412 412 maximizable: true, 413 y: 400,414 width: 900,413 y: 375, 414 width:860, 415 415 height:500, 416 416 plain:true, -
trunk/web2/addons/job_monarch/templates/header.tpl
r549 r552 28 28 ClusterImageWindow.height = '{clusterimage_height}'; 29 29 ClusterImageWindow.width = '{clusterimage_width}'; 30 ClusterImageWindow.x = (window.innerWidth - ClusterImageWindow.width - 25); 30 31 ClusterImageWindow.show(); 31 32 JobsDataStore.load( {params: {start: 0, limit: 30}} ); 32 33 JobListingWindow.setTitle( "{cluster} Jobs Overview" ); 34 JobListingWindow.y = ({clusterimage_height} + 150); 33 35 JobListingWindow.show(); 34 36 });
Note: See TracChangeset
for help on using the changeset viewer.