mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-30 16:09:32 +00:00
Bootstrap migration glyphicon filter to fa
This commit is contained in:
parent
96da9a0137
commit
a34a326d4c
12 changed files with 22 additions and 22 deletions
|
|
@ -1497,7 +1497,7 @@ function printL4ProtoDropdown(base_url, page_params, l4_protocols)
|
|||
local l4proto = _GET["l4proto"]
|
||||
local l4proto_filter
|
||||
if not isEmptyString(l4proto) then
|
||||
l4proto_filter = '<span class="glyphicon glyphicon-filter"></span>'
|
||||
l4proto_filter = '<span class="fa fa-filter"></span>'
|
||||
else
|
||||
l4proto_filter = ''
|
||||
end
|
||||
|
|
@ -1559,7 +1559,7 @@ end
|
|||
|
||||
local function getParamFilter(page_params, param_name)
|
||||
if page_params[param_name] then
|
||||
return '<span class="glyphicon glyphicon-filter"></span>'
|
||||
return '<span class="fa fa-filter"></span>'
|
||||
end
|
||||
|
||||
return ''
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue