mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 15:39:33 +00:00
Reduced lens dimension
This commit is contained in:
parent
e6d50ceeb8
commit
e77590e565
1 changed files with 1 additions and 1 deletions
|
|
@ -4896,7 +4896,7 @@ function add_historical_flow_explorer_button_ref(extra_params)
|
|||
base_url = base_url .. k .. "=" .. v["value"] .. ";" .. v["operator"]
|
||||
end
|
||||
|
||||
local button = '<a href="' .. base_url .. '" data-placement="bottom" class="btn btn-sm btn-primary" title="Historical Flow Explorer"><i class="fas fa-search-plus fa-lg"></i></a>'
|
||||
local button = '<a href="' .. base_url .. '" data-placement="bottom" class="btn btn-sm btn-primary" title="Historical Flow Explorer"><i class="fas fa-search-plus"></i></a>'
|
||||
|
||||
return button
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue