mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-28 06:59:33 +00:00
Fixes qoe icon margin
This commit is contained in:
parent
002b7df984
commit
83301ad717
5 changed files with 35 additions and 7 deletions
|
|
@ -1014,6 +1014,7 @@ function page_utils.print_header(title, addLoginJS)
|
|||
print [[/dist/ntopng.js?]]
|
||||
print(static_file_epoch)
|
||||
print [["></script>
|
||||
<script src="https://unpkg.com/lucide@latest"></script>
|
||||
<script>
|
||||
const ntop_zoneinfo = ]]
|
||||
print(zoneinfo)
|
||||
|
|
@ -1096,6 +1097,7 @@ function page_utils.print_header_minimal(title, addLoginJS)
|
|||
print(http_prefix)
|
||||
print("/lua/locale.lua?" .. locale_when .. "&user_language=" .. language);
|
||||
print [["> </script>
|
||||
<script src="https://unpkg.com/lucide@latest"></script>
|
||||
<script type="application/javascript" src="]]
|
||||
print(http_prefix)
|
||||
print [[/dist/third-party.js?]]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue