comparison talosnames/templates/index.html @ 43:4e8c839dcdec

filter by disabled
author Jeff Hammel <jhammel@mozilla.com>
date Sun, 12 Aug 2012 23:27:28 -0700
parents 10945dedde84
children 10e59c3ae847
comparison
equal deleted inserted replaced
42:cc0edf61ab21 43:4e8c839dcdec
43 background-color: red; 43 background-color: red;
44 } 44 }
45 45
46 .fold { 46 .fold {
47 color: blue; 47 color: blue;
48 }
49
50 .disabled {
51 background-color: #888;
48 } 52 }
49 53
50 </style> 54 </style>
51 <script src="http://code.jquery.com/jquery-1.7.2.min.js"></script> 55 <script src="http://code.jquery.com/jquery-1.7.2.min.js"></script>
52 56
101 }); 105 });
102 </script> 106 </script>
103 </head> 107 </head>
104 <body> 108 <body>
105 <table id="data"> 109 <table id="data">
110
106 <tr> 111 <tr>
107 <th class="buildbot">Buildbot Suite</th> 112 g <th class="buildbot">Buildbot Suite</th>
108 <th class="command">Buildbot PerfConfigurator Command</th> 113 <th class="command">Buildbot PerfConfigurator Command</th>
109 <th class="tbpl">TBPL Name</th> 114 <th class="tbpl">TBPL Name</th>
110 <th class="paint">Paint</th> 115 <th class="paint">Paint</th>
111 <th class="chrome">Chrome</th> 116 <th class="chrome">Chrome</th>
112 <th class="tests">Talos Tests</th> 117 <th class="tests">Talos Tests</th>
113 </tr> 118 </tr>
114 {{for suite in suites}} 119 {{for suite in suites}}
120 {{if enabled[suite]}}
115 <tr> 121 <tr>
116 <td class="buildbot"><a name="{{suite}}"></a><a class="anchor" href="#{{suite}}">{{suite}}</a></td> 122 {{else}}
123 <tr class="disabled">
124 {{endif}}
125
126 <td class="buildbot">
127 <a name="{{suite}}"></a><a class="anchor" href="#{{suite}}">{{suite}}</a>
128 {{if not enabled[suite]}}
129 <i><span>(disabled)</span></i>
130 {{endif}}
131 </td>
117 <td class="command">{{list2cmdline(commands[suite])}}</tt></td> 132 <td class="command">{{list2cmdline(commands[suite])}}</tt></td>
118 <td class="tbpl">{{tbpl[suite]}}</td> 133 <td class="tbpl">{{tbpl[suite]}}</td>
119 <td class="paint"><span title="Paint">{{paint.get(suite, '')}}</span></td> 134 <td class="paint"><span title="Paint">{{paint.get(suite, '')}}</span></td>
120 <td class="chrome"><span title="Chrome">{{chrome.get(suite, '')}}</span></td> 135 <td class="chrome"><span title="Chrome">{{chrome.get(suite, '')}}</span></td>
121 <td class="tests"> 136 <td class="tests">