From f59880a647a017c7d09fba974d118d5bb801f551 Mon Sep 17 00:00:00 2001 From: gSpot Date: Sat, 9 Nov 2024 01:21:52 +0300 Subject: [PATCH] luci-app-ruantiblock: fixed info.js. --- .../htdocs/luci-static/resources/view/ruantiblock/info.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/luci-app-ruantiblock/htdocs/luci-static/resources/view/ruantiblock/info.js b/luci-app-ruantiblock/htdocs/luci-static/resources/view/ruantiblock/info.js index 10c3f20..7e703c7 100644 --- a/luci-app-ruantiblock/htdocs/luci-static/resources/view/ruantiblock/info.js +++ b/luci-app-ruantiblock/htdocs/luci-static/resources/view/ruantiblock/info.js @@ -217,7 +217,7 @@ return view.extend({ let rdbTableWrapper = document.getElementById('rdbTableWrapper'); if(rdbTableWrapper) { rdbTableWrapper.innerHTML = ''; - rdbTableWrapper.append(this.makeDnsmasqTable(nft_data.dnsmasq_bypass)); + rdbTableWrapper.append(this.makeDnsmasqTable(nft_data.dnsmasq_bypass, _('Dnsmasq bypass'))); }; } else { if(poll.active()) {