Reported in Debian: When viewing swat status page i.e. http://server:901/status the Open Files table is broken because of one too few <th> tags in the table header. Observe: <tr> <th>PID</th> <th>Sharing</th> <th>R/W</th> <th>Oplock</th> <th>File</th> <th>Date</th> </tr> <tr> <td>3778</td> <td>1063</td> <td>DENY_DOS </td> <td>RDWR </td> <td>NONE </td> <td>dpw/dpother.cdx</td> <td>Thu Jan 8 18:17:11 2009 </td> That's 6 headers for a 7 column table, the html table appears broken in firefox and caused initial confusion as the headers line up over the wrong columns.
Created attachment 3873 [details] Proposed (intested) patch for that issue Here an untested patch which should fix that issue
Created attachment 3880 [details] Patch I've applied.
Thanks fully, Jeremy reviewed the originally proposed patch..:-)
Closing out bug report as the issue seems to be already fixed. Thanks for reporting!