Fix #2421 - Truncate text to ensure the delete icon is visible
a7aaacd82c
This commit is contained in:
parent
446fdfd61d
commit
b7e16cb700
1 changed files with 1 additions and 1 deletions
|
@ -1428,7 +1428,7 @@ Logic.registerPanel(P_CONTAINER_ASSIGNMENTS, {
|
|||
trElement.innerHTML = Utils.escaped`
|
||||
<td>
|
||||
<div class="favicon"></div>
|
||||
<span title="${site.hostname}" class="menu-text hostname"></span>
|
||||
<span title="${site.hostname}" class="menu-text hostname truncate-text"></span>
|
||||
<img class="trash-button delete-assignment" src="/img/container-delete.svg" />
|
||||
</td>`;
|
||||
trElement.getElementsByClassName("favicon")[0].appendChild(Utils.createFavIconElement(assumedUrl));
|
||||
|
|
Loading…
Add table
Reference in a new issue