typo causes HTML error on service attempt cells

Bug #651642 reported by Tony Yarusso
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Nagios Visual Shell
In Progress
Low
Unassigned

Bug Description

Output looks like this:

  <tr>
   <td></td>
   <td class="servicedescription" width="160"><a href="http://192.168.122.99/vshell/index.php?cmd=getservicedetail&amp;arg=service3">Disk Space
</a></td>
   <td class="ok" width="50">OK</td>
   <td class="duration">31d-18h-46m-42s</td>
   <td class="" attempt="">1
/ 4
</td>
   <td class="lastcheck">Sep 29 18:06:37s 2010</td>
   <td class="pluginoutput">DISK OK
</td>
  </tr>

The reason is this in the code (missing =):

<td class"attempt">{$service['attempt']}</td>

Revision history for this message
Tony Yarusso (tonyyarusso) wrote :
Revision history for this message
Mike Guthrie (mguthrie) wrote :

Thanks for the heads up. Those classes were added after my validation check in attempts to solidify the service table size. This will be fixed before the official release.

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.