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-textarea.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-textarea.htm')
-rw-r--r-- | applications/luci-app-vpn-policy-routing/luasrc/view/vpn-policy-routing/status-textarea.htm | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/applications/luci-app-vpn-policy-routing/luasrc/view/vpn-policy-routing/status-textarea.htm b/applications/luci-app-vpn-policy-routing/luasrc/view/vpn-policy-routing/status-textarea.htm new file mode 100644 index 0000000000..f4c512c1b6 --- /dev/null +++ b/applications/luci-app-vpn-policy-routing/luasrc/view/vpn-policy-routing/status-textarea.htm @@ -0,0 +1,13 @@ +<%# +Copyright 2017-2019 Stan Grishin (stangri@melmac.net) +This is free software, licensed under the Apache License, Version 2.0 +-%> + +<%+cbi/valueheader%> + +<textarea rows="<%=select(2, self:cfgvalue(section):gsub('\n', '\n'))%>" + style="outline:none;border:none;box-shadow:none;background:transparent;font-weight:bold;line-height:20px;width:50em;padding:none;margin:6px;resize:none;overflow:hidden;" + disabled="disabled"><%=self:cfgvalue(section):gsub('\n', '\n')%> +</textarea> + +<%+cbi/valuefooter%> |