summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoshua Hesketh <josh@nitrotech.org>2015-02-11 09:30:21 +1100
committerJoshua Hesketh <josh@nitrotech.org>2015-02-27 13:31:42 +1100
commit6bc619d13de64eb08f27166fb367b1116d8946a6 (patch)
treea0179016c10b0a4e3ae38cd5b36cd1fa428adff3
parentdb8b89bef7160a40489bd193888adbab319718c3 (diff)
downloadzuul-6bc619d13de64eb08f27166fb367b1116d8946a6.tar.gz
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
-rw-r--r--etc/status/public_html/jquery.zuul.js2
1 files changed, 1 insertions, 1 deletions
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) {