Skip to content

Commit

Permalink
Fixed "TypeError: table.tBodies[0] is undefined" host browser JS error
Browse files Browse the repository at this point in the history
Traced in browser console when a host details table is empty.
  • Loading branch information
luccioman committed Oct 26, 2018
1 parent fcf6b16 commit 0b1d2cb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions htroot/HostBrowser.html
Expand Up @@ -196,6 +196,7 @@ <h1>Index Browser</h1>
<th style="text-align:right; padding:2px;" class="listingem">failed</th> <th style="text-align:right; padding:2px;" class="listingem">failed</th>
</tr> </tr>
</thead> </thead>
<tbody>
#(root)# #(root)#
<tr class="TableCell#(dark)#Light::Dark::Summary#(/dark)#"> <tr class="TableCell#(dark)#Light::Dark::Summary#(/dark)#">
<td style="text-align:center"></td> <td style="text-align:center"></td>
Expand Down Expand Up @@ -226,6 +227,7 @@ <h1>Index Browser</h1>
</tr> </tr>
#(/type)# #(/type)#
#{/list}# #{/list}#
</tbody>
</table> </table>
</fieldset> </fieldset>


Expand Down

0 comments on commit 0b1d2cb

Please sign in to comment.