mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-02 00:40:10 +00:00
Footer UX fixes
This commit is contained in:
parent
253059e9a4
commit
870cf4de0b
1 changed files with 5 additions and 2 deletions
|
|
@ -41,13 +41,16 @@ print [[
|
|||
|
||||
|
||||
<div class="col-4 text-left">
|
||||
<small>]] print(info.product .. ' ' .. getNtopngRelease() .." Edition v.".. info.version) print [[
|
||||
<small><A HREF="https://www.ntop.org/products/traffic-analysis/ntop/" target="_blank">]] print(info.product .. ' ' .. getNtopngRelease() .." Edition v.".. info.version) print [[ <i class="fas fa-external-link-alt"></i></A>
|
||||
| <A HREF="https://github.com/ntop/ntopng"> <i class="fab fa-github"></i> <i class="fas fa-external-link-alt"></i> </A></small>
|
||||
</div>
|
||||
|
||||
<div class="col-4">
|
||||
<div class="col-4 text-center">
|
||||
]]
|
||||
|
||||
local info = ntop.getInfo()
|
||||
print("<small>"..info["copyright"].."</small>")
|
||||
|
||||
-- center element
|
||||
|
||||
if(info["pro.systemid"] and (info["pro.systemid"] ~= "")) then
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue