luci-app-ruantiblock: fixed info.js.

This commit is contained in:
gSpot
2024-11-09 01:21:52 +03:00
parent 037827840c
commit f59880a647
@@ -217,7 +217,7 @@ return view.extend({
let rdbTableWrapper = document.getElementById('rdbTableWrapper'); let rdbTableWrapper = document.getElementById('rdbTableWrapper');
if(rdbTableWrapper) { if(rdbTableWrapper) {
rdbTableWrapper.innerHTML = ''; rdbTableWrapper.innerHTML = '';
rdbTableWrapper.append(this.makeDnsmasqTable(nft_data.dnsmasq_bypass)); rdbTableWrapper.append(this.makeDnsmasqTable(nft_data.dnsmasq_bypass, _('Dnsmasq bypass')));
}; };
} else { } else {
if(poll.active()) { if(poll.active()) {