mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-30 16:09:32 +00:00
fixed active monitoring navigation (#4566)
This commit is contained in:
parent
a30e312cbc
commit
2ab08a282f
4 changed files with 36 additions and 23 deletions
|
|
@ -26,4 +26,10 @@ function ui_utils.render_notes(notes_items)
|
|||
})
|
||||
end
|
||||
|
||||
function ui_utils.create_navbar_title(title, subpage, title_link)
|
||||
|
||||
if isEmptyString(subpage) then return title end
|
||||
return "<a href='".. title_link .."'>".. title .. "</a> / <span>"..subpage.."</span>"
|
||||
end
|
||||
|
||||
return ui_utils
|
||||
Loading…
Add table
Add a link
Reference in a new issue