Actions
Bug #37796
openui elements overlap in host group list
Status:
New
Priority:
Normal
Assignee:
-
Category:
Web Interface
Target version:
-
Description
Deeply nested host group names overlap from the "Name" field to the "Hosts" field.
Files
Updated by Brian Minton 4 months ago
Changing the table element from
<table class="table table-bordered table-striped table-hover table-fixed" data-history-url="/hostgroups">
to
<table data-history-url="/hostgroups" class="table table-bordered table-striped table-hover">
fixes the problem.
Actions