Fix delete domain entries

Fix error handling smtp.authentication error
This commit is contained in:
Ozzieisaacs
2019-04-14 14:08:49 +02:00
parent a669eacde9
commit 436c2671d1
2 changed files with 5 additions and 6 deletions

View File

@ -65,11 +65,12 @@ $(function() {
});
});
/*function TableActions (value, row, index) {
/* Function for deleting domain restrictions */
function TableActions (value, row, index) {
return [
"<a class=\"danger remove\" data-toggle=\"modal\" data-target=\"#DeleteDomain\" data-domain-id=\"" + row.id
+ "\" title=\"Remove\">",
"<i class=\"glyphicon glyphicon-trash\"></i>",
"</a>"
].join("");
}*/
}