typo causes HTML error on service attempt cells
Bug #651642 reported by
Tony Yarusso
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="
</a></td>
<td class="ok" width="50">OK</td>
<td class="
<td class="" attempt="">1
/ 4
</td>
<td class="
<td class="
</td>
</tr>
The reason is this in the code (missing =):
<td class"attempt"
To post a comment you must log in.
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.