diff options
author | Hannu Nyman <hannu.nyman@iki.fi> | 2018-07-17 16:12:17 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-07-17 16:12:17 +0300 |
commit | 52a34bdfbe13fb81eec8e0a4f80ec5e3a5a92333 (patch) | |
tree | 1d74b415c1d9c7c4a057db737cbacfbf73a65231 /applications/luci-app-simple-adblock/luasrc/view/simple-adblock | |
parent | 3b9fba0131c41fa75fb70a4f49170db777da99f7 (diff) | |
parent | 768a72597cf8ab6aa48807828e5bc0736fc65be6 (diff) |
Merge pull request #1957 from stangri/luci-app-simple-adblock
luci-app-simple-adblock: new start/stop button, better integration with simple-adblock
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.htm | 10 |
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%> |