diff options
author | Jo-Philipp Wich <jo@mein.io> | 2018-07-13 14:50:28 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-07-13 14:50:28 +0200 |
commit | 98f4c3cf50f52ace0c1f93135ef7a06291cb4650 (patch) | |
tree | 0b0c64f90a1b987d68e4876774e2bb78fa537cc8 /applications/luci-app-upnp/luasrc/view | |
parent | 524ce90c4e22dcb64ac8e6c2e012eb54cd5f098e (diff) | |
parent | afd14fb9c71b4874292dc93c0a9e59142b443805 (diff) |
Merge pull request #1933 from Ansuel/hostname_upnp
luci-app-upnp: add hostname info
Diffstat (limited to 'applications/luci-app-upnp/luasrc/view')
-rw-r--r-- | applications/luci-app-upnp/luasrc/view/upnp_status.htm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/applications/luci-app-upnp/luasrc/view/upnp_status.htm b/applications/luci-app-upnp/luasrc/view/upnp_status.htm index e5cb9854d1..ea79e57a6a 100644 --- a/applications/luci-app-upnp/luasrc/view/upnp_status.htm +++ b/applications/luci-app-upnp/luasrc/view/upnp_status.htm @@ -23,6 +23,7 @@ st[i].proto, st[i].extport, st[i].intaddr, + st[i].host_hint || "<%:Unknown%>", st[i].intport, st[i].descr, E('<div><input class="cbi-button cbi-button-remove" type="button" value="<%:Delete%>" onclick="upnp_delete_fwd(%d)" /></div>'.format(st[i].num)) @@ -41,6 +42,7 @@ <div class="th"><%:Protocol%></div> <div class="th"><%:External Port%></div> <div class="th"><%:Client Address%></div> + <div class="th"><%:Host%></div> <div class="th"><%:Client Port%></div> <div class="th"><%:Description%></div> <div class="th cbi-section-actions"> </div> |