IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 31320


Ignore:
Timestamp:
Apr 18, 2011, 5:00:14 PM (15 years ago)
Author:
heather
Message:

These are the changes to make add ippmonitor pages compatible with the addRun
database changes.

Location:
trunk/ippMonitor/def
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippMonitor/def/addRunProcessed.d

    r30453 r31320  
    1111FIELD distinct(addRun.add_id),        5, %d,     add ID
    1212
    13 FIELD addRun.cam_id,          5, %d,     cam ID
     13FIELD addRun.stage,        5, %s,     stage
     14FIELD addRun.stage_id,          5, %d,     cam ID
    1415FIELD addRun.state,        5, %s,     state
    1516FIELD addProcessedExp.fault,        5, %d,     fault
  • trunk/ippMonitor/def/addRunRun.d

    r30453 r31320  
    1010#     field                   size  format  name         show    link to                  extras
    1111FIELD distinct(addRun.add_id),        5, %d,     add ID
    12 
    13 FIELD addRun.cam_id,          5, %d,     cam ID
     12FIELD addRun.stage,        5, %s,     stage
     13FIELD addRun.stage_id,          5, %d,     stage ID
    1414FIELD addRun.add_id,        5, %d,     add ID
    1515FIELD addRun.state,        5, %s,     state
Note: See TracChangeset for help on using the changeset viewer.