mirror of
https://github.com/pi-hole/web.git
synced 2025-12-24 12:48:29 +00:00
Improve warnings on the domain management pages.
Signed-off-by: DL6ER <dl6er@dl6er.de>
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user