mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-01 16:30:10 +00:00
Added message when hosts/flows have been purged from memory
This commit is contained in:
parent
42bd061639
commit
42a53ac2a5
4 changed files with 17 additions and 4 deletions
|
|
@ -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> '..discovered["status"]["message"]..'</div>')
|
||||
|
||||
elseif discovered["status"]["code"] == "OK" then -- everything is ok
|
||||
print[[<div id="discover-table"></div>]]
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue