Bootstrap migration progress bars

This commit is contained in:
Simone Mainardi 2019-11-28 15:32:18 +01:00
parent 14db3bb11f
commit 2639d49e4a
23 changed files with 72 additions and 72 deletions

View file

@ -2019,7 +2019,7 @@ function historicalProtoHostHref(ifId, host, l4_proto, ndpi_proto_id, info)
if((ndpi_proto_id ~= nil) and (ndpi_proto_id ~= "")) then hist_url = hist_url.."&protocol="..ndpi_proto_id end
if((info ~= nil) and (info ~= "")) then hist_url = hist_url.."&info="..info end
print(' ')
-- print('<span class="label label-info">')
-- print('<span class="badge badge-info">')
print('<a href="'..hist_url..'&epoch_begin='..tostring(ago1h)..'" title="'..i18n("db_explorer.last_hour_flows")..'"><i class="fa fa-history fa-lg"></i></a>')
-- print('</span>')
end