-
Bug
-
Resolution: Unresolved
-
Minor
-
Found in v1.580 and higher. not present in v1.570
The table for the status of executors (see picture) has a wrong format. This is due I think to an extra column (I've customized the css to have a cell border, but the problem exists in any case).
If you look at the HTML source (this is from "Jenkins on Jenkins"):
<tr>
<th class="pane" colspan="3"><a class="model-link inside" href="/computer/celery/"><img style="width: 16px; height: 16px; " class="icon-computer icon-sm" src="/static/8e43c810/images/16x16/computer.png" /> celery</a></th>
</tr>
<tr>
<td class="pane" align="right" style="vertical-align: top">1</td>
<td class="pane">Inattivo</td>
<td class="pane"></td>
<td class="pane"></td>
</tr>
the colspan 3 seems incorrect or, viceversa, there is an extra column (<td class="pane"></td>), which was not present in older versions.
Caused by https://github.com/jenkinsci/jenkins/commit/bced2c75