Ignore:
Timestamp:
07/10/08 14:40:20 (16 years ago)
Author:
ramonb
Message:

job_monarch/jobstore.php:

  • times and dates are now pretty and make sense

job_monarch/js/jobgrid.js:

  • changed column size

job_monarch/js/mainscript.js:

  • removed bogus example

job_monarch/overview.php,
job_monarch/libtoga.php:

  • moved time function
Location:
trunk/web2/addons/job_monarch/js
Files:
1 deleted
1 edited

Legend:

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

    r532 r534  
    7070        hidden: false
    7171      },{
    72         header: 'Requested CPU time',
     72        header: 'Requested Time',
    7373        readOnly: true,
    7474        dataIndex: 'requested_time',
     
    103103        readOnly: true,
    104104        dataIndex: 'queued_timestamp',
    105         width: 100,
     105        width: 140,
    106106        hidden: false
    107107      },{
     
    109109        readOnly: true,
    110110        dataIndex: 'start_timestamp',
    111         width: 100,
     111        width: 140,
    112112        hidden: false
    113113      }]
     
    11791179      items: JobListingEditorGrid
    11801180    });
    1181  
     1181
     1182  //debug(); 
    11821183  JobsDataStore.load();
    11831184  //JobListingEditorGrid.render();
Note: See TracChangeset for help on using the changeset viewer.