mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-28 06:59:33 +00:00
Added lucide as internal library
This commit is contained in:
parent
1ad2f7c785
commit
d5c82eec2b
4 changed files with 5 additions and 3 deletions
|
|
@ -1020,7 +1020,6 @@ 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)
|
||||
|
|
@ -1103,7 +1102,6 @@ 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