mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-02 00:40:10 +00:00
Displayed the custom network name if set
This commit is contained in:
parent
ccd1921a42
commit
fd31d0eab9
1 changed files with 1 additions and 1 deletions
|
|
@ -54,7 +54,7 @@ end
|
|||
Create Menu Bar with buttons
|
||||
--]]
|
||||
local nav_url = ntop.getHttpPrefix().."/lua/network_details.lua?network="..tonumber(network_id)
|
||||
local title = i18n("network_details.network") .. ": "..network_name
|
||||
local title = i18n("network_details.network") .. ": "..custom_name
|
||||
|
||||
page_utils.print_navbar(title, nav_url,
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue