• Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: Minor Minor
    • core
    • 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.

          [JENKINS-25561] Wrong column number in executor status table

          Daniel Beck added a comment -

          Daniel Beck added a comment - Caused by https://github.com/jenkinsci/jenkins/commit/bced2c75

            Unassigned Unassigned
            donato73 Donato Tagliabue
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated: