mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-16 17:44:41 +00:00
(ids) work in progress ids template
This commit is contained in:
parent
1c381fe6ac
commit
1c4fc587ec
@ -103,7 +103,7 @@ POSSIBILITY OF SUCH DAMAGE.
|
||||
// when done, disable progress animation.
|
||||
$("#reconfigureAct_progress").removeClass("fa fa-spinner fa-pulse");
|
||||
|
||||
if (status != "success" || data['status'] != 'ok') {
|
||||
if (status != "success" || data['status'].toLowerCase().trim() != "ok") {
|
||||
BootstrapDialog.show({
|
||||
type: BootstrapDialog.TYPE_WARNING,
|
||||
title: "Error reconfiguring IDS",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user