Index: /trunk/ippMonitor/def/distRun.d
===================================================================
--- /trunk/ippMonitor/def/distRun.d	(revision 27201)
+++ /trunk/ippMonitor/def/distRun.d	(revision 27202)
@@ -1,6 +1,10 @@
-TABLE distRun
+TABLE distRun, distComponent
 TITLE Distribution Runs
 FILE  distRun.php
 MENU  ipp.dist.dat
+
+# the following WHERE clauses are added to all queries joined by AND
+
+WHERE distRun.dist_id = distComponent.dist_id
 
 #     field                   size  format  name         show    link to                  extras
@@ -17,4 +21,5 @@
 FIELD distRun.state,          5, %s,     State
 FIELD distRun.time_stamp,     5, %T,     Time
-FIELD distRun.fault,          5, %d,     Fault
+FIELD distRun.fault,          5, %d,     Run Fault
+FIELD distComponent.fault,    5, %d,     Comp. Fault
 FIELD distRun.note,           5, %s,     Note
