mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 23:49:33 +00:00
Win fix for alert table visualization
This commit is contained in:
parent
b63a45443f
commit
f995cb1c8d
1 changed files with 1 additions and 1 deletions
|
|
@ -1371,7 +1371,7 @@ function getCurrentStatus() {
|
|||
print[[
|
||||
// must wait for modalDeleteAlertsStatus to be created
|
||||
$(function() {
|
||||
var status_reset = ]] print(status_reset) --[[ this is necessary because of status parameter inconsistency after tab switch ]] print[[;
|
||||
var status_reset = ]] print(tostring(status_reset)) --[[ this is necessary because of status parameter inconsistency after tab switch ]] print[[;
|
||||
var tabid;
|
||||
|
||||
if ((status_reset) || (getCurrentStatus() == "")) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue