From 6bc619d13de64eb08f27166fb367b1116d8946a6 Mon Sep 17 00:00:00 2001 From: Joshua Hesketh Date: Wed, 11 Feb 2015 09:30:21 +1100 Subject: Update the description for grey icons on status pg When viewing the status page it makes sense that items with dependencies appear as children to those changes. As such hopefully make the grey dot description clearer that a change is only there to be tested by the child. Change-Id: Iadf9dee64dd143c9b6f0c4cf8786d3188a4df1d2 --- etc/status/public_html/jquery.zuul.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/status/public_html/jquery.zuul.js b/etc/status/public_html/jquery.zuul.js index 5e442058e..40a5d4dce 100644 --- a/etc/status/public_html/jquery.zuul.js +++ b/etc/status/public_html/jquery.zuul.js @@ -375,7 +375,7 @@ else if (change.live !== true) { // Grey icon icon_name = 'grey.png'; - icon_title = 'Dependent change independently tested'; + icon_title = 'Dependent change required for testing'; } else if (change.failing_reasons && change.failing_reasons.length > 0) { -- cgit v1.2.1