mirror of
https://github.com/gSpotx2f/ruantiblock_openwrt.git
synced 2026-05-13 22:20:59 +00:00
luci-app: info.js
This commit is contained in:
@@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
include $(TOPDIR)/rules.mk
|
include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_VERSION:=1.1-0
|
PKG_VERSION:=1.1-1
|
||||||
LUCI_TITLE:=LuCI support for ruantiblock
|
LUCI_TITLE:=LuCI support for ruantiblock
|
||||||
LUCI_DEPENDS:=+ruantiblock
|
LUCI_DEPENDS:=+ruantiblock
|
||||||
LUCI_PKGARCH:=all
|
LUCI_PKGARCH:=all
|
||||||
|
|||||||
@@ -176,11 +176,9 @@ return view.extend({
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
if(nft_data.dnsmasq.length > 0) {
|
let rdTableWrapper = document.getElementById('rdTableWrapper');
|
||||||
let rdTableWrapper = document.getElementById('rdTableWrapper');
|
rdTableWrapper.innerHTML = '';
|
||||||
rdTableWrapper.innerHTML = '';
|
rdTableWrapper.append(this.makeDnsmasqTable(nft_data.dnsmasq));
|
||||||
rdTableWrapper.append(this.makeDnsmasqTable(nft_data.dnsmasq));
|
|
||||||
};
|
|
||||||
|
|
||||||
} else {
|
} else {
|
||||||
if(poll.active()) {
|
if(poll.active()) {
|
||||||
|
|||||||
Reference in New Issue
Block a user