mirror of
https://github.com/pi-hole/web.git
synced 2025-12-24 04:38:28 +00:00
Give details about sucessfully added and failed items to domains, groups, lists and clients
Signed-off-by: DL6ER <dl6er@dl6er.de>
This commit is contained in:
@@ -310,9 +310,9 @@ function addGroup() {
|
||||
comment: comment,
|
||||
enabled: true,
|
||||
}),
|
||||
success: function () {
|
||||
success: function (data) {
|
||||
utils.enableAll();
|
||||
utils.showAlert("success", "fas fa-plus", "Successfully added group(s)", groupStr);
|
||||
utils.listsAlert("group", names, data);
|
||||
$("#new_name").val("");
|
||||
$("#new_comment").val("");
|
||||
table.ajax.reload();
|
||||
|
||||
Reference in New Issue
Block a user