Mercurial > mozilla > hg > talosnames
changeset 61:cdfb5e300191
note in text if suites are disabled
author | Jeff Hammel <jhammel@mozilla.com> |
---|---|
date | Tue, 14 Aug 2012 22:32:59 -0700 |
parents | 180ee6745184 |
children | f6b5eb20b1de |
files | talosnames/templates/tbpl.html |
diffstat | 1 files changed, 4 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/talosnames/templates/tbpl.html Tue Aug 14 22:02:51 2012 -0700 +++ b/talosnames/templates/tbpl.html Tue Aug 14 22:32:59 2012 -0700 @@ -82,6 +82,10 @@ } html += '<div class="' + classes + '">'; html += '<h2 title="buildbot suite name">' + bbsuite[suite] + '</h2>'; +if (!enabled) { +html += '<i>(disabled)</i>'; +} + html += '</div>' } html += '</div>';