summaryrefslogtreecommitdiffhomepage
path: root/applications/luci-app-adblock/luasrc/view/adblock/runtime.htm
diff options
context:
space:
mode:
authorDirk Brenken <dev@brenken.org>2018-01-27 18:13:52 +0100
committerDirk Brenken <dev@brenken.org>2018-01-31 13:09:55 +0100
commit47e0990eac855f09d479f8d1f5b4fe19709a25de (patch)
tree2b6c08dd4d8c6f6e42190cce6e115a5df69adb28 /applications/luci-app-adblock/luasrc/view/adblock/runtime.htm
parent08916f4335e96e4a3c9dcf77262fa151348ed93c (diff)
luci-app-adblock: sync with adblock 3.5.0
* Support new 'Download Queue' * Support new 'Jail' Blocklist Creation (replace former 'Whitelist Mode') * Fix field width in "Runtime Information" section Signed-off-by: Dirk Brenken <dev@brenken.org>
Diffstat (limited to 'applications/luci-app-adblock/luasrc/view/adblock/runtime.htm')
-rw-r--r--applications/luci-app-adblock/luasrc/view/adblock/runtime.htm2
1 files changed, 1 insertions, 1 deletions
diff --git a/applications/luci-app-adblock/luasrc/view/adblock/runtime.htm b/applications/luci-app-adblock/luasrc/view/adblock/runtime.htm
index e7827b5c31..c01d9a5c08 100644
--- a/applications/luci-app-adblock/luasrc/view/adblock/runtime.htm
+++ b/applications/luci-app-adblock/luasrc/view/adblock/runtime.htm
@@ -5,6 +5,6 @@ This is free software, licensed under the Apache License, Version 2.0
<%+cbi/valueheader%>
-<input name="runtime" id="runtime" type="text" class="cbi-input-text" style="outline:none;border:none;box-shadow:none;background:transparent;color:#0069d6;font-weight:bold;line-height:30px;height:30px;" value="<%=self:cfgvalue(section)%>" disabled="disabled" />
+<input name="runtime" id="runtime" type="text" class="cbi-input-text" style="outline:none;border:none;box-shadow:none;background:transparent;color:#0069d6;font-weight:bold;line-height:30px;height:30px;width:20em;" value="<%=self:cfgvalue(section)%>" disabled="disabled" />
<%+cbi/valuefooter%>