diff --git a/app/frontend/templates/panel/dashboard.html b/app/frontend/templates/panel/dashboard.html index 7778300a..e5cc46d4 100644 --- a/app/frontend/templates/panel/dashboard.html +++ b/app/frontend/templates/panel/dashboard.html @@ -614,10 +614,13 @@ } console.log("Command received successfully") } else { + setTimeout(function(){ + $('.modal').modal('hide'); bootbox.alert({ title: responseData.status, message: responseData.error }); + }, 2000) } }