comparison talosnames/templates/tbpl.html @ 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
comparison
equal deleted inserted replaced
60:180ee6745184 61:cdfb5e300191
80 if (!enabled) { 80 if (!enabled) {
81 classes += ' disabled'; 81 classes += ' disabled';
82 } 82 }
83 html += '<div class="' + classes + '">'; 83 html += '<div class="' + classes + '">';
84 html += '<h2 title="buildbot suite name">' + bbsuite[suite] + '</h2>'; 84 html += '<h2 title="buildbot suite name">' + bbsuite[suite] + '</h2>';
85 if (!enabled) {
86 html += '<i>(disabled)</i>';
87 }
88
85 html += '</div>' 89 html += '</div>'
86 } 90 }
87 html += '</div>'; 91 html += '</div>';
88 92
89 } 93 }