status-gateways.htm 575 B

123456789101112131415161718
  1. <%#
  2. Copyright 2017-2020 Stan Grishin (stangri@melmac.net)
  3. This is free software, licensed under the Apache License, Version 2.0
  4. -%>
  5. <%+cbi/valueheader%>
  6. <div style="font-weight:bold;">
  7. <%=self:cfgvalue(section):gsub('\n', '<br />' )%>
  8. </div>
  9. <br />
  10. <div>
  11. <%- local readmeURL = "https://docs.openwrt.melmac.net/vpn-policy-routing/" -%>
  12. <%=translatef("The %s indicates default gateway. See the %sREADME%s for details.", "<strong>✓</strong>", "<a href=\"" .. readmeURL .. "#a-word-about-default-routing" .. "\" target=\"_blank\">", "</a>")%>
  13. </div>
  14. <%+cbi/valuefooter%>