Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/openwrt/luci.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDirk Brenken <dev@brenken.org>2021-06-30 17:34:55 +0300
committerDirk Brenken <dev@brenken.org>2021-06-30 17:34:55 +0300
commit83778c145281eb128a4acf23defda07003dfdc98 (patch)
tree2c20855ca66aeaa485a362d0c8b8bb4b213110bf /applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js
parent81c26a8eb38a0a8f78d0d51e4b5705d0c65a0114 (diff)
luci-app-adblock: sync with latest version
* expose new reporting option to LuCI * sync translations Signed-off-by: Dirk Brenken <dev@brenken.org>
Diffstat (limited to 'applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js')
-rw-r--r--applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js b/applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js
index e8b82dd608..7351f3ba55 100644
--- a/applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js
+++ b/applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js
@@ -508,6 +508,9 @@ return view.extend({
o.placeholder = '53';
o.rmempty = true;
+ o = s.taboption('adv_report', form.Flag, 'adb_represolve', _('Resolve IPs'), _('Resolve reporting IP addresses by using reverse DNS (PTR) lookups.'));
+ o.rmempty = true;
+
/*
advanced email settings tab
*/