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.ca>2022-12-04 10:51:07 -0700
committerGitHub <noreply@github.com>2022-12-04 10:51:07 -0700
commit419c7364662f5361ed2eaab6d8a3e3a78c6402c5 (patch)
tree400f910925b320241e65fc41538155adf9abde18 /applications/luci-app-vpn-policy-routing/luasrc/view/vpn-policy-routing/status-service.htm
parentc87ff603e8cd6514e50299239e1ce50e4d1c038c (diff)
parent11073e5ee5141387b35cf7598007308cdc175185 (diff)
Merge pull request #6126 from stangri/master-luci-app-pbr
luci-app-pbr: initial commit
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, 0 insertions, 10 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
deleted file mode 100644
index c453428405..0000000000
--- a/applications/luci-app-vpn-policy-routing/luasrc/view/vpn-policy-routing/status-service.htm
+++ /dev/null
@@ -1,10 +0,0 @@
-<%#
-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%>