Adds ALL to list selector in Local DNS Records and CNAME Records

Signed-off-by: yubiuser <ckoenig@posteo.de>
This commit is contained in:
yubiuser
2020-07-26 21:40:07 +02:00
parent 6e49ee03a2
commit 3b618add09
2 changed files with 8 additions and 0 deletions

View File

@@ -65,6 +65,10 @@ $(function () {
}
}
],
lengthMenu: [
[10, 25, 50, 100, -1],
[10, 25, 50, 100, "All"]
],
drawCallback: function () {
$(".deleteCustomDNS").on("click", deleteCustomDNS);
}