mirror of
https://github.com/pi-hole/web.git
synced 2024-12-06 19:36:21 +01:00
@@ -232,6 +232,7 @@ function generateRow(topic, key, value) {
|
||||
$("#advanced-content").append(row);
|
||||
}
|
||||
|
||||
// eslint-disable-next-line no-unused-vars
|
||||
function createDynamicConfigTabs() {
|
||||
$.ajax({
|
||||
url: "/api/config?detailed=true",
|
||||
|
||||
@@ -17,6 +17,7 @@ function removeFromArray(arr, what) {
|
||||
}
|
||||
}
|
||||
|
||||
// eslint-disable-next-line no-unused-vars
|
||||
function fillDNSupstreams(value, servers) {
|
||||
var i = 0;
|
||||
var customServers = value.value.length;
|
||||
|
||||
@@ -9,6 +9,7 @@
|
||||
/* exported updateHostInfo, updateCacheInfo */
|
||||
|
||||
var hostinfoTimer = null;
|
||||
// eslint-disable-next-line no-unused-vars
|
||||
function updateHostInfo() {
|
||||
$.ajax({
|
||||
url: "/api/info/host",
|
||||
@@ -43,6 +44,7 @@ function updateHostInfo() {
|
||||
}
|
||||
|
||||
var cacheinfoTimer = null;
|
||||
// eslint-disable-next-line no-unused-vars
|
||||
function updateCacheInfo() {
|
||||
$.ajax({
|
||||
url: "/api/info/cache",
|
||||
|
||||
Reference in New Issue
Block a user