mirror of
https://github.com/pi-hole/web.git
synced 2024-12-06 19:36:21 +01:00
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:
@@ -65,6 +65,10 @@ $(function () {
|
||||
}
|
||||
}
|
||||
],
|
||||
lengthMenu: [
|
||||
[10, 25, 50, 100, -1],
|
||||
[10, 25, 50, 100, "All"]
|
||||
],
|
||||
drawCallback: function () {
|
||||
$(".deleteCustomCNAME").on("click", deleteCustomCNAME);
|
||||
}
|
||||
|
||||
@@ -65,6 +65,10 @@ $(function () {
|
||||
}
|
||||
}
|
||||
],
|
||||
lengthMenu: [
|
||||
[10, 25, 50, 100, -1],
|
||||
[10, 25, 50, 100, "All"]
|
||||
],
|
||||
drawCallback: function () {
|
||||
$(".deleteCustomDNS").on("click", deleteCustomDNS);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user