c8a787510ed7241cb545cdd39a1c309185146f43
[project/luci.git] / modules / niu / luasrc / view / niu / network / warn_ip_change.htm
1 <%
2 local http = require "luci.http"
3 local dsp = require "luci.dispatcher"
4 local ip = require "luci.model.uci".inst:get("network", "lan", "ipaddr")
5 local url = (http.getenv("HTTPS") and "https" or "http") .. "://" .. ip ..
6 dsp.build_url("niu")
7 %>
8
9 <div style="color: red">Warning! The device IP-address has been changed.<br />
10 It will be available in a few seconds at <a href="<%=url%>"><%=url%></a></div>
11 <br />