Fix wrapping when too many hosts are shown
This commit is contained in:
parent
7d6c6129f2
commit
609b990030
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@
|
|||
</div>
|
||||
</td>
|
||||
<td>
|
||||
<div>
|
||||
<div class="wrap">
|
||||
<% domain_names.map(function(host) {
|
||||
if (host.indexOf('*') === -1) {
|
||||
%>
|
||||
|
|
Loading…
Reference in a new issue