summaryrefslogtreecommitdiffhomepage
path: root/applications/luci-app-vpn-policy-routing/luasrc/view/vpn-policy-routing/status-service.htm
diff options
context:
space:
mode:
authorStan Grishin <stangri@melmac.net>2021-02-08 17:39:43 +0000
committerStan Grishin <stangri@melmac.net>2021-02-08 17:59:29 +0000
commit45bd617c818deefdff2546796684e4a280577a25 (patch)
treea7a9cbd1f35e13da124c3cd05e4f4d1f54ee6a44 /applications/luci-app-vpn-policy-routing/luasrc/view/vpn-policy-routing/status-service.htm
parentdc10482ff05721919741f5cc03594404415bac3f (diff)
luci-app-vpn-policy-routing: sync with package verson 0.3; add missing btn class to buttons;
Signed-off-by: Stan Grishin <stangri@melmac.net>
Diffstat (limited to 'applications/luci-app-vpn-policy-routing/luasrc/view/vpn-policy-routing/status-service.htm')
-rw-r--r--applications/luci-app-vpn-policy-routing/luasrc/view/vpn-policy-routing/status-service.htm10
1 files changed, 10 insertions, 0 deletions
diff --git a/applications/luci-app-vpn-policy-routing/luasrc/view/vpn-policy-routing/status-service.htm b/applications/luci-app-vpn-policy-routing/luasrc/view/vpn-policy-routing/status-service.htm
new file mode 100644
index 0000000000..c453428405
--- /dev/null
+++ b/applications/luci-app-vpn-policy-routing/luasrc/view/vpn-policy-routing/status-service.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%>