mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-05 02:16:39 +00:00
Fixed empty box (Issue #5455)
This commit is contained in:
parent
195e5806eb
commit
8fafc9b520
1 changed files with 1 additions and 2 deletions
|
|
@ -1851,8 +1851,7 @@ $(function () {
|
|||
if (type == "display") {
|
||||
|
||||
return `<span
|
||||
${data.length >= 72 ? `data-bs-toggle='popover' data-placement='top' data-html='true'` : ``}
|
||||
title="${row.title}"
|
||||
${data.length >= 120 ? `data-bs-toggle='popover' data-placement='top' data-html='true' title="${row.title}" data-bs-content="${data}"` : ``}
|
||||
data-content="${data}" >
|
||||
${truncate_string(data, 120, true)}
|
||||
</span>`;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue