summaryrefslogtreecommitdiffhomepage
path: root/applications/luci-app-banip/luasrc/view/banip/runtime.htm
diff options
context:
space:
mode:
authorDirk Brenken <dev@brenken.org>2019-10-04 09:21:11 +0200
committerDirk Brenken <dev@brenken.org>2019-10-04 09:21:11 +0200
commit8343e58d7fb94bddb3fa5fb5308b1344021710c0 (patch)
tree04c76b65da0d891890cbbd3c19cb06efb7a98aeb /applications/luci-app-banip/luasrc/view/banip/runtime.htm
parent68190f43ca38d67e6d1e821f55c3cfbb1e6018ca (diff)
luci-app-banip: sync with banIP 0.3.0
* see package PR for details Signed-off-by: Dirk Brenken <dev@brenken.org>
Diffstat (limited to 'applications/luci-app-banip/luasrc/view/banip/runtime.htm')
-rw-r--r--applications/luci-app-banip/luasrc/view/banip/runtime.htm4
1 files changed, 2 insertions, 2 deletions
diff --git a/applications/luci-app-banip/luasrc/view/banip/runtime.htm b/applications/luci-app-banip/luasrc/view/banip/runtime.htm
index 44682206b..f96b23dc8 100644
--- a/applications/luci-app-banip/luasrc/view/banip/runtime.htm
+++ b/applications/luci-app-banip/luasrc/view/banip/runtime.htm
@@ -32,7 +32,7 @@ This is free software, licensed under the Apache License, Version 2.0
input = json.data.version;
view.innerHTML = input || "-";
view = document.getElementById("value_3");
- input = json.data.fetch_info;
+ input = json.data.util_info;
view.innerHTML = input || "-";
view = document.getElementById("value_4");
input = json.data.ipset_info;
@@ -123,7 +123,7 @@ function btn_action(action)
</div>
</div>
<div class="cbi-value" id="status_3">
- <label class="cbi-value-title" for="status_3"><%:Download Utility (SSL Library)%></label>
+ <label class="cbi-value-title" for="status_3"><%:Download Utility, RT Monitor%></label>
<div class="cbi-value-field">
<span class="runtime" id="value_3">-</span>
</div>