diff options
author | Stan Grishin <stangri@melmac.ca> | 2022-12-04 10:51:07 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-12-04 10:51:07 -0700 |
commit | 419c7364662f5361ed2eaab6d8a3e3a78c6402c5 (patch) | |
tree | 400f910925b320241e65fc41538155adf9abde18 /applications/luci-app-vpn-policy-routing/luasrc/view/vpn-policy-routing/status-service.htm | |
parent | c87ff603e8cd6514e50299239e1ce50e4d1c038c (diff) | |
parent | 11073e5ee5141387b35cf7598007308cdc175185 (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.htm | 10 |
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%> |