Merge pull request #1532 from yubiuser/tweak/localDNS_CNAME_selector

Add "ALL" to list selector in Local DNS Records and CNAME Records
This commit is contained in:
DL6ER
2020-08-03 19:48:24 +02:00
committed by GitHub
2 changed files with 8 additions and 0 deletions
+4
View File
@@ -65,6 +65,10 @@ $(function () {
}
}
],
lengthMenu: [
[10, 25, 50, 100, -1],
[10, 25, 50, 100, "All"]
],
drawCallback: function () {
$(".deleteCustomCNAME").on("click", deleteCustomCNAME);
}
+4
View File
@@ -65,6 +65,10 @@ $(function () {
}
}
],
lengthMenu: [
[10, 25, 50, 100, -1],
[10, 25, 50, 100, "All"]
],
drawCallback: function () {
$(".deleteCustomDNS").on("click", deleteCustomDNS);
}