summaryrefslogtreecommitdiffhomepage
path: root/applications/luci-app-simple-adblock/luasrc/view/simple-adblock
diff options
context:
space:
mode:
authorStan Grishin <stangri@melmac.net>2018-07-16 17:43:16 -0700
committerStan Grishin <stangri@melmac.net>2018-07-16 17:43:16 -0700
commit768a72597cf8ab6aa48807828e5bc0736fc65be6 (patch)
tree02a99e9df7e3a474144f34a8e95d3433601ed387 /applications/luci-app-simple-adblock/luasrc/view/simple-adblock
parentf4dd2e6dfbc97769ff6eb4cc648f91e28e6b5603 (diff)
luci-app-simple-adblock: new start/stop button, better integration with simple-adblock
Signed-off-by: Stan Grishin <stangri@melmac.net>
Diffstat (limited to 'applications/luci-app-simple-adblock/luasrc/view/simple-adblock')
-rw-r--r--applications/luci-app-simple-adblock/luasrc/view/simple-adblock/status.htm10
1 files changed, 10 insertions, 0 deletions
diff --git a/applications/luci-app-simple-adblock/luasrc/view/simple-adblock/status.htm b/applications/luci-app-simple-adblock/luasrc/view/simple-adblock/status.htm
new file mode 100644
index 0000000000..c453428405
--- /dev/null
+++ b/applications/luci-app-simple-adblock/luasrc/view/simple-adblock/status.htm
@@ -0,0 +1,10 @@
+<%#
+Copyright 2017-2018 Dirk Brenken (dev@brenken.org)
+This is free software, licensed under the Apache License, Version 2.0
+-%>
+
+<%+cbi/valueheader%>
+
+<input name="status" id="status" type="text" class="cbi-input-text" style="outline:none;border:none;box-shadow:none;background:transparent;font-weight:bold;line-height:30px;height:30px;width:50em;" value="<%=self:cfgvalue(section)%>" disabled="disabled" />
+
+<%+cbi/valuefooter%>