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:
DL6ER
2023-10-08 10:55:28 +02:00
parent a6ba2a8eb8
commit d516aec5ce
5 changed files with 84 additions and 13 deletions

View File

@@ -525,14 +525,9 @@ function addAdlist(event) {
method: "post",
dataType: "json",
data: JSON.stringify({ address: addresses, comment: comment, type: type }),
success: function () {
success: function (data) {
utils.enableAll();
utils.showAlert(
"success",
"fas fa-plus",
"Successfully added " + type + "list(s)",
addressestr
);
utils.listsAlert("list", addresses, data);
table.ajax.reload(null, false);
table.rows().deselect();