mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-30 07:59:35 +00:00
changed documentation header icon
This commit is contained in:
parent
cdf10e3485
commit
b80493bc7c
3 changed files with 3 additions and 1 deletions
|
|
@ -165,7 +165,7 @@ function page_utils.print_page_title(title)
|
|||
print("<header class='mb-3'>")
|
||||
print("<h2 class='d-inline-block'>".. title .."</h2>")
|
||||
if (not isEmptyString(help_link)) then
|
||||
print("<a target='_newtab' href='".. help_link .."' class='btn btn-link float-right'><i class='fas fa-sm fa-question-circle'></i><sup><i class='fas fa-sm fa-external-link-alt'></i></sup></a>")
|
||||
print("<a data-toggle='tooltip' title='".. i18n("open_documentation") .."' target='_newtab' href='".. help_link .."' class='text-muted float-right'><i class='fas fa-question-circle'></i></a>")
|
||||
end
|
||||
print("</header>")
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue