2b92ad58e799d4ac31b4b90315a7a95374ac0707
[project/luci.git] / applications / luci-app-vpn-policy-routing / luasrc / view / vpn-policy-routing / status-gateways.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', '\n'))%>"
9 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;"
10 disabled="disabled"><%=self:cfgvalue(section):gsub('\n', '\n')%>
11 </textarea>
12
13 <div>
14 <%- local readmeURL = "https://github.com/openwrt/packages/tree/master/net/vpn-policy-routing/files/README.md" -%>
15 <%=translate("Checkmark represents the default gateway. See the") .. " "
16 .. [[<a href="]] .. readmeURL .. [[#a-word-about-default-routing" target="_blank">]]
17 .. translate("README") .. [[</a>]] .. " " .. translate("for details.")%>
18 </div>
19
20 <%+cbi/valuefooter%>