Improve warnings on the domain management pages.

Signed-off-by: DL6ER <dl6er@dl6er.de>
This commit is contained in:
DL6ER
2020-06-02 11:37:23 +02:00
parent 814eca9a0f
commit 332cff1d36
2 changed files with 18 additions and 3 deletions

View File

@@ -361,7 +361,7 @@ function addDomain() {
success: function (response) {
utils.enableAll();
if (response.success) {
utils.showAlert("success", "fas fa-plus", "Successfully added " + domainRegex, domain);
utils.showAlert("success", "fas fa-plus", "Success!", response.message);
domainEl.val("");
commentEl.val("");
wildcardEl.prop("checked", false);