IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 27202


Ignore:
Timestamp:
Mar 5, 2010, 11:35:10 AM (16 years ago)
Author:
heather
Message:

adding distComponent fault

File:
1 edited

Legend:

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

    r27197 r27202  
    1 TABLE distRun
     1TABLE distRun, distComponent
    22TITLE Distribution Runs
    33FILE  distRun.php
    44MENU  ipp.dist.dat
     5
     6# the following WHERE clauses are added to all queries joined by AND
     7
     8WHERE distRun.dist_id = distComponent.dist_id
    59
    610#     field                   size  format  name         show    link to                  extras
     
    1721FIELD distRun.state,          5, %s,     State
    1822FIELD distRun.time_stamp,     5, %T,     Time
    19 FIELD distRun.fault,          5, %d,     Fault
     23FIELD distRun.fault,          5, %d,     Run Fault
     24FIELD distComponent.fault,    5, %d,     Comp. Fault
    2025FIELD distRun.note,           5, %s,     Note
Note: See TracChangeset for help on using the changeset viewer.