Changeset 27517 for branches/eam_branches/20100225/ippMonitor/def/distRun.d
- Timestamp:
- Mar 29, 2010, 3:55:49 PM (16 years ago)
- Location:
- branches/eam_branches/20100225
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
ippMonitor/def/distRun.d (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/20100225
- Property svn:mergeinfo changed
-
branches/eam_branches/20100225/ippMonitor/def/distRun.d
r26955 r27517 1 TABLE distRun 1 TABLE distRun, distComponent 2 2 TITLE Distribution Runs 3 3 FILE distRun.php 4 4 MENU ipp.dist.dat 5 5 6 # the following WHERE clauses are added to all queries joined by AND 7 8 WHERE distRun.dist_id = distComponent.dist_id 9 6 10 # field size format name show link to extras 7 FIELD distRun.dist_id, 5, % s, Dist ID11 FIELD distRun.dist_id, 5, %d, Dist ID 8 12 FIELD distRun.target_id, 5, %d, Target ID 9 13 FIELD distRun.stage, 5, %s, Stage … … 14 18 FIELD distRun.outdir, 5, %s, Outdir 15 19 FIELD distRun.clean, 5, %d, Clean? 16 FIELD distRun.no_magic, 5, % s, Muggle?20 FIELD distRun.no_magic, 5, %d, Muggle? 17 21 FIELD distRun.state, 5, %s, State 18 22 FIELD distRun.time_stamp, 5, %T, Time 19 FIELD distRun.fault, 5, %d, Fault 23 FIELD distRun.fault, 5, %d, Run Fault 24 FIELD distComponent.fault, 5, %d, Comp. Fault 20 25 FIELD distRun.note, 5, %s, Note
Note:
See TracChangeset
for help on using the changeset viewer.
