mirror of
https://github.com/pi-hole/web.git
synced 2025-12-24 20:55:28 +00:00
Merge pull request #1420 from pi-hole/tweak/improve_warnings
Improve messages on the domain management pages
This commit is contained in:
@@ -364,7 +364,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);
|
||||
|
||||
Reference in New Issue
Block a user