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
|
|
@ -743,7 +743,7 @@ local function drawDropdown(status, selection_name, active_entry, entries_table,
|
|||
|
||||
button_label = button_label or firstToUpper(selection_name)
|
||||
if active_entry ~= nil and active_entry ~= "" then
|
||||
button_label = firstToUpper(active_entry)..'<span class="glyphicon glyphicon-filter"></span>'
|
||||
button_label = firstToUpper(active_entry)..'<span class="fa fa-filter"></span>'
|
||||
end
|
||||
|
||||
buttons = buttons..'<button class="btn btn-link dropdown-toggle" data-toggle="dropdown">'..button_label
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue