luci-app-https-dns-proxy: package name change, support for RFC8484 binary
[project/luci.git] / applications / luci-app-https-dns-proxy / luasrc / view / https-dns-proxy / status-textarea.htm
1 <%#
2 Copyright 2017-2019 Stan Grishin (stangri@melmac.net)
3 This is free software, licensed under the Apache License, Version 2.0
4 -%>
5
6 <%+cbi/valueheader%>
7
8 <textarea rows="<%=select(2, self:cfgvalue(section):gsub('\n', ''))%>"
9 style="border:none;box-shadow:none;background:transparent;font-weight:bold;line-height:20px;width:50em;padding:none;margin:6px;resize:none;overflow:hidden;"
10 disabled="disabled"><%=self:cfgvalue(section)%>
11 </textarea>
12
13 <%+cbi/valuefooter%>