mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 15:39:33 +00:00
add comment for previous fix
This commit is contained in:
parent
e23cef809c
commit
b753aa645c
1 changed files with 4 additions and 1 deletions
|
|
@ -302,10 +302,13 @@ end
|
|||
-- #################################
|
||||
|
||||
function page_utils.print_navbar(title, base_url, items_table, label_url)
|
||||
|
||||
-- label_url: is the link for navabr-brand, the default link is #
|
||||
|
||||
print[[
|
||||
|
||||
<nav class="navbar navbar-expand-lg navbar-light bg-light mb-4">
|
||||
<a class="navbar-brand" href="]] print((label_url and base_url or '#')) print[["><small>]] print(title) print[[</small></a>
|
||||
<a class="navbar-brand" href="]] print((label_url and label_url or '#')) print[["><small>]] print(title) print[[</small></a>
|
||||
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarNav" aria-controls="navbarNav" aria-expanded="false" aria-label="Toggle navigation">
|
||||
<span class="navbar-toggler-icon"></span>
|
||||
</button>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue