Bootstrap migration glyphicon filter to fa

This commit is contained in:
Simone Mainardi 2019-12-04 16:21:36 +01:00
parent 96da9a0137
commit a34a326d4c
12 changed files with 22 additions and 22 deletions

View file

@ -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