changeset 60:180ee6745184

mark enabled/disabled, at least by color
author Jeff Hammel <jhammel@mozilla.com>
date Tue, 14 Aug 2012 22:02:51 -0700
parents 8892d6cb7a4d
children cdfb5e300191
files talosnames/templates/tbpl.html
diffstat 1 files changed, 3 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/talosnames/templates/tbpl.html	Tue Aug 14 21:55:01 2012 -0700
+++ b/talosnames/templates/tbpl.html	Tue Aug 14 22:02:51 2012 -0700
@@ -50,8 +50,10 @@
 } else {
 disabled.push(suitename)
 }
+}
 
-}
+buildbot_suites[suite] = enabled.concat(disabled);
+
 }
 
 $(".letter").each(function() {