Index: trunk/ippMonitor/def/camSummary.d
===================================================================
--- trunk/ippMonitor/def/camSummary.d	(revision 26955)
+++ trunk/ippMonitor/def/camSummary.d	(revision 26991)
@@ -5,5 +5,6 @@
 
 #     field           size  format  name         show    link to         extras
-FIELD label,    	 7, %s,     label
+FIELD label,    	 15, %s,     label
+FIELD data_group,        10, %s,    data_group
 FIELD workdir,    	 7, %s,     workdir
 FIELD tess_id,    	 7, %s,     tess_id
Index: trunk/ippMonitor/def/chipSummary.d
===================================================================
--- trunk/ippMonitor/def/chipSummary.d	(revision 26955)
+++ trunk/ippMonitor/def/chipSummary.d	(revision 26991)
@@ -5,5 +5,6 @@
 
 #     field           size  format  name         show    link to         extras
-FIELD label,    	 7, %s,     label
+FIELD label,    	 15, %s,     label
+FIELD data_group,    	 10, %s,     data_group
 FIELD workdir,    	 7, %s,     workdir
 FIELD tess_id,    	 7, %s,     tess_id
Index: trunk/ippMonitor/def/destreakRun.d
===================================================================
--- trunk/ippMonitor/def/destreakRun.d	(revision 26955)
+++ trunk/ippMonitor/def/destreakRun.d	(revision 26991)
@@ -3,4 +3,8 @@
 FILE  destreakRun.php
 MENU  ipp.dist.dat
+
+# the following WHERE clauses are added to all queries joined by AND
+
+WHERE magicDSRun.magic_ds_id = magicDSFile.magic_ds_id
 
 #     field                    size  format  name         show    link to                  extras
@@ -12,10 +16,11 @@
 FIELD magicDSRun.stage_id,     5, %d,     Stage ID
 FIELD magicDSRun.cam_id,       5, %d,     Camera ID
-FIELD magicDSRun.label,        5, %s,     Label
-FIELD magicDSRun.data_group,   5, %s,     Data Group
-FIELD magicDSRun.outroot,      5, %s,     Out Root
+FIELD magicDSRun.label,        10, %s,     Label
+FIELD magicDSRun.data_group,   8, %s,     Data Group
+FIELD magicDSRun.outroot,      10, %s,     Out Root
 FIELD magicDSRun.recoveryroot, 5, %s,     Recov. Root
 FIELD magicDSRun.re_place,     5, %s,     Replace
 FIELD magicDSRun.remove,       5, %s,     Remove
-FIELD magicDSRun.fault,        5, %s,     Fault
+FIELD magicDSRun.fault,        5, %s,     Run Fault
+FIELD magicDSFile.fault,       5, %s,     File Fault
 FIELD magicDSRun.note,         5, %s,     Note
Index: trunk/ippMonitor/def/destreakSummary.d
===================================================================
--- trunk/ippMonitor/def/destreakSummary.d	(revision 26955)
+++ trunk/ippMonitor/def/destreakSummary.d	(revision 26991)
@@ -5,6 +5,6 @@
 
 #     field                    size  format  name         show    link to                  extras
-FIELD magicDSRun.label,        5, %s,     Label
-FIELD magicDSRun.data_group,   5, %s,     Data Group
+FIELD magicDSRun.label,        15, %s,     Label
+FIELD magicDSRun.data_group,   10, %s,     Data Group
 FIELD magicDSRun.stage,        5, %s,     Stage
 FIELD magicDSRun.state,        5, %s,     State
Index: trunk/ippMonitor/def/diffSummary.d
===================================================================
--- trunk/ippMonitor/def/diffSummary.d	(revision 26955)
+++ trunk/ippMonitor/def/diffSummary.d	(revision 26991)
@@ -5,5 +5,6 @@
 
 #     field           size  format  name         show    link to         extras
-FIELD label,    	 7, %s,     label
+FIELD label,    	 15, %s,     label
+FIELD data_group,    	 10, %s,     data_group
 FIELD workdir,    	 7, %s,     workdir
 FIELD tess_id,    	 7, %s,     tess_id
Index: trunk/ippMonitor/def/distSummary.d
===================================================================
--- trunk/ippMonitor/def/distSummary.d	(revision 26955)
+++ trunk/ippMonitor/def/distSummary.d	(revision 26991)
@@ -5,8 +5,8 @@
 
 #     field                   size  format  name         show    link to                  extras
-FIELD distRun.label,          5, %s,     Label
+FIELD distRun.label,          15, %s,     Label
 FIELD distRun.stage,          5, %s,     Stage
 FIELD distRun.state,          5, %s,     State
-FIELD distRun.data_group,     5, %s,     Data Group
+FIELD distRun.data_group,     10, %s,     Data Group
 FIELD count(distRun.state) as n, 7, %d, count
 
Index: trunk/ippMonitor/def/fakeSummary.d
===================================================================
--- trunk/ippMonitor/def/fakeSummary.d	(revision 26955)
+++ trunk/ippMonitor/def/fakeSummary.d	(revision 26991)
@@ -5,5 +5,6 @@
 
 #     field           size  format  name         show    link to         extras
-FIELD label,    	 7, %s,     label
+FIELD label,    	 15, %s,     label
+FIELD data_group, 	 10, %s,     data_group
 FIELD workdir,    	 7, %s,     workdir
 FIELD tess_id,    	 7, %s,     tess_id
Index: trunk/ippMonitor/def/magicSummary.d
===================================================================
--- trunk/ippMonitor/def/magicSummary.d	(revision 26955)
+++ trunk/ippMonitor/def/magicSummary.d	(revision 26991)
@@ -5,5 +5,6 @@
 
 #     field           size  format  name         show    link to         extras
-FIELD label,    	 7, %s,     label
+FIELD label,    	 15, %s,     label
+FIELD data_group, 	 10, %s,     data_group
 FIELD workdir,    	 7, %s,     workdir
 FIELD state,    	 7, %s,     state
Index: trunk/ippMonitor/def/publishSummary.d
===================================================================
--- trunk/ippMonitor/def/publishSummary.d	(revision 26955)
+++ trunk/ippMonitor/def/publishSummary.d	(revision 26991)
@@ -7,5 +7,5 @@
 
 #     field                   size  format  name         show    link to                  extras
-FIELD publishRun.label,          5, %s,     Label
+FIELD publishRun.label,          15, %s,     Label
 FIELD publishClient.product,     5, %s,     Product
 FIELD publishClient.stage,       5, %s,     Stage
Index: trunk/ippMonitor/def/rawImfile.d
===================================================================
--- trunk/ippMonitor/def/rawImfile.d	(revision 26955)
+++ trunk/ippMonitor/def/rawImfile.d	(revision 26991)
@@ -27,5 +27,6 @@
 FIELD    rawImfile.bg_stdev,      8, %.2f,    stdev
 FIELD    rawImfile.bg_mean_stdev, 8, %.2f,    [stdev]
-FIELD    rawImfile.uri,          10, %s,      uri
+FIELD    rawImfile.burntool_state, 5, %d, BurnState
+FIELD    rawImfile.uri,          20, %s,      uri
 
 # FIELD    alt,       20,   alt
Index: trunk/ippMonitor/def/stackSummary.d
===================================================================
--- trunk/ippMonitor/def/stackSummary.d	(revision 26955)
+++ trunk/ippMonitor/def/stackSummary.d	(revision 26991)
@@ -5,5 +5,6 @@
 
 #     field           size  format  name         show    link to         extras
-FIELD label,    	 7, %s,     label
+FIELD label,    	 15, %s,     label
+FIELD data_group,        10, %s,     data_group
 FIELD workdir,    	 7, %s,     workdir
 FIELD tess_id,    	 7, %s,     tess_id
Index: trunk/ippMonitor/def/warpSummary.d
===================================================================
--- trunk/ippMonitor/def/warpSummary.d	(revision 26955)
+++ trunk/ippMonitor/def/warpSummary.d	(revision 26991)
@@ -7,5 +7,6 @@
 
 #     field           size  format  name         show    link to         extras
-FIELD label,    	 7, %s,     label
+FIELD label,    	 15, %s,     label
+FIELD data_group,        10, %s,    data_group
 FIELD workdir,    	 7, %s,     workdir
 FIELD tess_id,    	 7, %s,     tess_id
