mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-30 16:09:32 +00:00
Replaced historical label with icon
Reworked history on networks
This commit is contained in:
parent
b56fd1761e
commit
a820699db1
6 changed files with 15 additions and 9 deletions
|
|
@ -193,7 +193,7 @@ function print_single_group(value)
|
|||
print(value["name"]..'</A> ')
|
||||
|
||||
if(value["id"] ~= "-1") then
|
||||
print('<A HREF='..ntop.getHttpPrefix()..'/lua/network_details.lua?network='..value["id"]..'><i class=\'fa fa-bar-chart\'></i></A>')
|
||||
print('<A HREF='..ntop.getHttpPrefix()..'/lua/network_details.lua?network='..value["id"]..'><i class=\'fa fa-area-chart fa-lg\'></i></A>')
|
||||
end
|
||||
|
||||
print('", ')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue