mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 23:49:33 +00:00
Fix flow format function in table
This commit is contained in:
parent
f1df8ef40a
commit
716c495a1a
1 changed files with 1 additions and 1 deletions
|
|
@ -793,7 +793,7 @@ export class DataTableRenders {
|
|||
srvLabel = DataTableRenders.filterizeVlan(flow, row, 'srv_name', flow.srv_ip.name, flow.srv_ip.label, title);
|
||||
} else
|
||||
srvLabel = DataTableRenders.filterizeVlan(flow, row, 'srv_ip', flow.srv_ip.value, flow.srv_ip.label, flow.srv_ip.label_long);
|
||||
let srvPortLabel = ((flow.cli_port && flow.cli_port > 0) ? ":"+DataTableRenders.filterize('srv_port', flow.srv_port, flow.srv_port) : "");
|
||||
let srvPortLabel = ((flow.srv_port && flow.srv_port > 0) ? ":"+DataTableRenders.filterize('srv_port', flow.srv_port, flow.srv_port) : "");
|
||||
|
||||
let srvFlagLabel= ''
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue