diff options
author | Hannu Nyman <hannu.nyman@iki.fi> | 2019-12-31 09:14:08 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-12-31 09:14:08 +0200 |
commit | d5597e37873c086ec42d9e68e099cd672bd5ed35 (patch) | |
tree | 4797e870b37cc1fb98177a41920b335b2f36fc77 /applications/luci-app-vpn-policy-routing/luasrc/view/vpn-policy-routing/status.htm | |
parent | d1f86a00745f9436d407bb245eee6239c8e3c49e (diff) | |
parent | 25c884a479c4ce7bbb337be67433555a34e63bf9 (diff) |
Merge pull request #3446 from stangri/master-luci-app-vpn-policy-routing
luci-app-vpn-policy-routing: initial release
Diffstat (limited to 'applications/luci-app-vpn-policy-routing/luasrc/view/vpn-policy-routing/status.htm')
-rw-r--r-- | applications/luci-app-vpn-policy-routing/luasrc/view/vpn-policy-routing/status.htm | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/applications/luci-app-vpn-policy-routing/luasrc/view/vpn-policy-routing/status.htm b/applications/luci-app-vpn-policy-routing/luasrc/view/vpn-policy-routing/status.htm new file mode 100644 index 0000000000..c453428405 --- /dev/null +++ b/applications/luci-app-vpn-policy-routing/luasrc/view/vpn-policy-routing/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%> |