Changeset 27202
- Timestamp:
- Mar 5, 2010, 11:35:10 AM (16 years ago)
- File:
-
- 1 edited
-
trunk/ippMonitor/def/distRun.d (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippMonitor/def/distRun.d
r27197 r27202 1 TABLE distRun 1 TABLE distRun, distComponent 2 2 TITLE Distribution Runs 3 3 FILE distRun.php 4 4 MENU ipp.dist.dat 5 6 # the following WHERE clauses are added to all queries joined by AND 7 8 WHERE distRun.dist_id = distComponent.dist_id 5 9 6 10 # field size format name show link to extras … … 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.
