mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-06 03:45:26 +00:00
Alignment fix
This commit is contained in:
parent
7b31f2c324
commit
dffe5da6aa
1 changed files with 2 additions and 2 deletions
|
|
@ -60,9 +60,9 @@ if(info["pro.systemid"] and (info["pro.systemid"] ~= "")) then
|
|||
end
|
||||
end
|
||||
else
|
||||
print(i18n("about.upgrade_to_professional"))
|
||||
print(i18n("about.upgrade_to_professional")..' <i class="fas fa-external-link-alt"></i>')
|
||||
end
|
||||
print(' <i class="fas fa-external-link-alt"></i></span></a>')
|
||||
print('</span></a>')
|
||||
|
||||
if(info["pro.out_of_maintenance"] == true) then
|
||||
print('<span class="badge badge-error">') print(i18n("about.maintenance_expired", {product=info["product"]})) print('</span>')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue