Issue Type: Bug Bug
Assignee: Unassigned
Attachments: wrong_executor_table.png
Components: core
Created: 12/Nov/14 11:08 AM
Description:

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=""><img style="width: 16px; height: 16px; " class="icon-computer icon-sm" src="" /> 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.

Environment: Found in v1.580 and higher. not present in v1.570
Project: Jenkins
Priority: Minor Minor
Reporter: Donato Tagliabue
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira

--
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to