mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-06 03:45:26 +00:00
Replaced the service name with the port number in the live flows (#9709)
This commit is contained in:
parent
c5c88577c7
commit
51fd8c07e6
1 changed files with 1 additions and 1 deletions
|
|
@ -149,7 +149,7 @@ const format_host = function (value) {
|
|||
icons = `${icons} ${blackhole_icon}`
|
||||
}
|
||||
if (value.port !== 0) {
|
||||
port_name = ` : <a href="#" class="tableFilter" tag-filter="port" data-bs-toggle='tooltip' data-bs-placement='bottom' title='${value.port}' tag-value="${value.port}">${value.service_port || value.port}</a>`
|
||||
port_name = ` : <a href="#" class="tableFilter" tag-filter="port" data-bs-toggle='tooltip' data-bs-placement='bottom' title='${value.service_port}' tag-value="${value.port}">${value.port}</a>`
|
||||
} else {
|
||||
port_name = ''
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue