Added message when hosts/flows have been purged from memory

This commit is contained in:
Luca Deri 2019-02-23 10:20:12 +01:00
parent 42bd061639
commit 42a53ac2a5
4 changed files with 17 additions and 4 deletions

View file

@ -121,7 +121,6 @@ end
if discovered["status"]["code"] == "ERROR" then
print('<div class=\"alert alert-danger\"><i class="fa fa-warning fa-lg"></i>&nbsp;'..discovered["status"]["message"]..'</div>')
elseif discovered["status"]["code"] == "OK" then -- everything is ok
print[[<div id="discover-table"></div>]]