mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 07:29:32 +00:00
Removed debugger call
This commit is contained in:
parent
3ba17eeec1
commit
847db46341
1 changed files with 0 additions and 1 deletions
|
|
@ -1746,7 +1746,6 @@ local all_datatable_js_columns_by_tag = {
|
|||
{name: 'probe_ip', responsivePriority: 2, data: 'probe_ip', className: 'no-wrap', render: (probe_ip, type) => {
|
||||
if (type !== 'display') return probe_ip;
|
||||
if (probe_ip !== undefined && probe_ip.label !== "") {
|
||||
debugger;
|
||||
return `<a class='tag-filter' data-tag-value='${probe_ip.value}' title='${probe_ip.title}' href='#'>${probe_ip.label}</a>`;
|
||||
}
|
||||
return ''
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue