PMCORE-2597 Importing a configuration when the TLS certificate is not set- does not appears a message about it
This commit is contained in:
@@ -283,6 +283,15 @@
|
||||
if (response.data.status === "OK") {
|
||||
this.testStatus = true;
|
||||
this.buttonLabel = this.$root.translation("ID_SAVE");
|
||||
if ("message" in response.data) {
|
||||
this.$bvModal.msgBoxOk(response.data.message, {
|
||||
title: " ", //is important because title disappear
|
||||
hideHeaderClose: false,
|
||||
okTitle: this.$root.translation('ID_OK'),
|
||||
okVariant: "success",
|
||||
okOnly: true
|
||||
});
|
||||
}
|
||||
this.$bvModal.msgBoxOk(this.$root.translation('ID_SUCCESSFUL_TEST_CONNECTION'), {
|
||||
title: " ", //is important because title disappear
|
||||
hideHeaderClose: false,
|
||||
|
||||
Reference in New Issue
Block a user