mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 15:39:33 +00:00
Fixes useless fontawesome minification an invalid make minify
Fixes #5443
This commit is contained in:
parent
76645e6753
commit
c6f8f6f085
8 changed files with 71 additions and 33 deletions
|
|
@ -295,7 +295,7 @@ function page_utils.print_header(title)
|
|||
end
|
||||
|
||||
print[[
|
||||
<link href="]] print(http_prefix) print[[/css/minified/fontawesome-custom.min.css" rel="stylesheet">
|
||||
<link href="]] print(http_prefix) print[[/fontawesome-free-5.11.2-web/css/all.min.css" rel="stylesheet">
|
||||
<link href="]] print(http_prefix) print[[/css/minified/tempusdominus.min.css" rel="stylesheet">
|
||||
<link href="]] print(http_prefix) print[[/css/minified/heatmap.min.css" rel="stylesheet">
|
||||
<link href="]] print(http_prefix) print[[/css/minified/rickshaw.min.css" type="text/css" rel="stylesheet">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue