Bug 1199341 - Add job counts to the Help notations table

This commit is contained in:
Jonathan French 2015-08-27 13:20:20 -04:00
Родитель e644334fa4
Коммит 0209b1248a
1 изменённых файлов: 18 добавлений и 12 удалений

Просмотреть файл

@ -36,67 +36,73 @@
<div class="panel-body">
<table id="legend-other">
<tr>
<th class="jobgroup">
<th>
<button class="btn btn-green help-btn help-btn-comment">+n</button>
</th>
<td>Collapsed job count</td>
</tr>
<tr>
<th>
<button class="btn btn-dkgray help-btn help-btn-comment">Th( )</button>
</th>
<td>Wrapped job group</td>
</tr>
<tr>
<th class="classified">
<button class="btn btn-dkgray help-btn help-btn-comment">Th*</button>
<th>
<button class="btn btn-orange-classified help-btn help-btn-comment">Th</button>
</th>
<td>Asterisk, classified</td>
</tr>
<tr>
<th class="pending">
<th>
<button class="btn btn-ltgray help-btn help-btn-bg">Th</button>
</th>
<td>Light gray, pending</td>
</tr>
<tr>
<th class="running">
<th>
<button class="btn btn-dkgray help-btn help-btn-bg">Th</button>
</th>
<td>Gray, running</td>
</tr>
<tr>
<th class="success">
<th>
<button class="btn btn-green help-btn help-btn-bg">Th</button>
</th>
<td>Green, success</td>
</tr>
<tr>
<th class="testfailed">
<th>
<button class="btn btn-orange help-btn help-btn-orange">Th</button>
</th>
<td>Orange, tests failed</td>
</tr>
<tr>
<th class="exception">
<th>
<button class="btn btn-purple help-btn help-btn-purple">Th</button>
</th>
<td>Purple, infrastructure exception</td>
</tr>
<tr>
<th class="busted">
<th>
<button class="btn btn-red help-btn help-btn-red">Th</button>
</th>
<td>Red, build error</td>
</tr>
<tr>
<th class="retry">
<th>
<button class="btn btn-dkblue help-btn help-btn-bg">Th</button>
</th>
<td>Dark blue, build restarted</td>
</tr>
<tr>
<th class="usercancel">
<th>
<button class="btn btn-pink help-btn help-btn-bg">Th</button>
</th>
<td>Pink, build cancelled</td>
</tr>
<tr>
<th class="unknown">
<th>
<button class="btn btn-yellow help-btn help-btn-yellow">Th</button>
</th>
<td>Yellow, unknown</td>