mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-05 19:15:03 +00:00
Added hostname to host details page (#5601)
This commit is contained in:
parent
cfea0f1044
commit
8dd781b855
1 changed files with 1 additions and 1 deletions
|
|
@ -282,7 +282,7 @@ else
|
|||
print('<div style=\"display:none;\" id=\"host_purged\" class=\"alert alert-danger\"><i class="fas fa-exclamation-triangle"></i> '..i18n("details.host_purged")..'</div>')
|
||||
end
|
||||
|
||||
local title = i18n("host_details.host")..": "..host_info["host"]
|
||||
local title = i18n("host_details.host")..": "..host_label
|
||||
if host["broadcast_domain_host"] then
|
||||
title = title.." <i class='fas fa-sitemap' aria-hidden='true' title='"..i18n("hosts_stats.label_broadcast_domain_host").."'></i>"
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue