mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-02 00:40:10 +00:00
FontAwesome 5 migration
This commit is contained in:
parent
5abe91771e
commit
7402bbdd14
1704 changed files with 129689 additions and 236 deletions
|
|
@ -285,7 +285,7 @@ local no_pools = (#available_pools <= 1)
|
|||
|
||||
if selected_pool.id ~= host_pools_utils.DEFAULT_POOL_ID then
|
||||
if ntop.getCache("ntopng.prefs.host_pools_rrd_creation") == "1" and ts_utils.exists("host_pool:traffic", {ifid=ifId, pool=selected_pool.id}) then
|
||||
print(" <a href='"..ntop.getHttpPrefix().."/lua/pool_details.lua?pool="..selected_pool.id.."&page=historical' title='Chart'><i class='fa fa-area-chart'></i></a>")
|
||||
print(" <a href='"..ntop.getHttpPrefix().."/lua/pool_details.lua?pool="..selected_pool.id.."&page=historical' title='Chart'><i class='fa fa-chart-area'></i></a>")
|
||||
end
|
||||
end
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue