PMCORE-2587 There is no a confirmation message when the configuration/connection succeeds

This commit is contained in:
Roly Rudy Gutierrez Pinto
2020-12-31 11:16:20 -04:00
parent 8e080147b7
commit 4806616307
3 changed files with 14 additions and 0 deletions

View File

@@ -283,6 +283,13 @@
if (response.data.status === "OK") {
this.testStatus = true;
this.buttonLabel = this.$root.translation("ID_SAVE");
this.$bvModal.msgBoxOk(this.$root.translation('ID_SUCCESSFUL_TEST_CONNECTION'), {
title: " ", //is important because title disappear
hideHeaderClose: false,
okTitle: this.$root.translation('ID_OK'),
okVariant: "success",
okOnly: true
});
return;
}
//test fail