diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2015-04-27 15:09:17 +0200 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2015-04-27 15:09:17 +0200 |
commit | 58a42eaf9b8577bc8aec545a6d68e2e86aab30b3 (patch) | |
tree | 95c8b5070751a204bc5a760e364152db1cca768b /modules | |
parent | 70ffeb36db2df1ae22f09a077ff8b347315a0740 (diff) | |
parent | c34eb6349f0802c3c62b5e8a773fbfa90ac8013d (diff) |
Merge pull request #358 from freifunk-leipzig/master
luci-mod-admin-full: change adress to an ipv6-enabled host
Diffstat (limited to 'modules')
-rw-r--r-- | modules/luci-mod-admin-full/luasrc/view/admin_network/diagnostics.htm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/modules/luci-mod-admin-full/luasrc/view/admin_network/diagnostics.htm b/modules/luci-mod-admin-full/luasrc/view/admin_network/diagnostics.htm index e0a04a7f8..05c866128 100644 --- a/modules/luci-mod-admin-full/luasrc/view/admin_network/diagnostics.htm +++ b/modules/luci-mod-admin-full/luasrc/view/admin_network/diagnostics.htm @@ -63,7 +63,7 @@ local has_traceroute6 = fs.access("/usr/bin/traceroute6") <br /> <div style="width:30%; float:left"> - <input style="margin: 5px 0" type="text" value="openwrt.org" name="ping" /><br /> + <input style="margin: 5px 0" type="text" value="dev.openwrt.org" name="ping" /><br /> <% if has_ping6 then %> <select name="ping_proto" style="width:auto"> <option value="" selected="selected"><%:IPv4%></option> @@ -76,7 +76,7 @@ local has_traceroute6 = fs.access("/usr/bin/traceroute6") </div> <div style="width:33%; float:left"> - <input style="margin: 5px 0" type="text" value="openwrt.org" name="traceroute" /><br /> + <input style="margin: 5px 0" type="text" value="dev.openwrt.org" name="traceroute" /><br /> <% if has_traceroute6 then %> <select name="traceroute_proto" style="width:auto"> <option value="" selected="selected"><%:IPv4%></option> @@ -93,7 +93,7 @@ local has_traceroute6 = fs.access("/usr/bin/traceroute6") </div> <div style="width:33%; float:left;"> - <input style="margin: 5px 0" type="text" value="openwrt.org" name="nslookup" /><br /> + <input style="margin: 5px 0" type="text" value="dev.openwrt.org" name="nslookup" /><br /> <input type="button" value="<%:Nslookup%>" class="cbi-button cbi-button-apply" onclick="update_status(this.form.nslookup)" /> </div> |