Add Adlists group management

Signed-off-by: DL6ER <dl6er@dl6er.de>
This commit is contained in:
DL6ER
2019-12-13 15:41:14 +00:00
parent 912e2ddbd9
commit 70589fa844
8 changed files with 522 additions and 7 deletions

View File

@@ -152,7 +152,7 @@ function addDomain()
showAlert('error', response.message);
},
error: function(jqXHR, exception) {
showAlert('error', "Error while adding new group");
showAlert('error', "Error while adding new domain");
console.log(exception);
}
});