mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-04 09:50:09 +00:00
extended label truncate limit to 120 (#4571)
This commit is contained in:
parent
22bc7ad57c
commit
2e9230d6ad
1 changed files with 1 additions and 1 deletions
|
|
@ -1517,7 +1517,7 @@ $(document).ready(function () {
|
|||
${data.length >= 72 ? `data-toggle='popover' data-placement='top' data-html='true'` : ``}
|
||||
title="${row.title}"
|
||||
data-content="${data}" >
|
||||
${truncate_string(data, 100, true)}
|
||||
${truncate_string(data, 120, true)}
|
||||
</span>`;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue