Index: Tools/GardeningServer/ui/ct-sheriff-o-matic.html |
diff --git a/Tools/GardeningServer/ui/ct-sheriff-o-matic.html b/Tools/GardeningServer/ui/ct-sheriff-o-matic.html |
index a2b56b4c7209f327a2b603d3fadf095cd4c46891..7ad1a6f51f6e9c1f8385c5bd21d0d3859e8486a3 100644 |
--- a/Tools/GardeningServer/ui/ct-sheriff-o-matic.html |
+++ b/Tools/GardeningServer/ui/ct-sheriff-o-matic.html |
@@ -83,7 +83,7 @@ found in the LICENSE file. |
}, |
onExamine: function(event) { |
- this.currentFailures = event.detail; |
+ this.currentFailures = event.detail.failures; |
this.selected = 1; |
}, |
}); |