(ids) work in progress ids template

This commit is contained in:
Ad Schellevis 2015-06-23 13:09:46 +00:00
parent 1c381fe6ac
commit 1c4fc587ec

View File

@ -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",