From: Jo-Philipp Wich Date: Fri, 13 Jul 2018 12:50:28 +0000 (+0200) Subject: Merge pull request #1933 from Ansuel/hostname_upnp X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=98f4c3cf50f52ace0c1f93135ef7a06291cb4650;p=project%2Fluci.git Merge pull request #1933 from Ansuel/hostname_upnp luci-app-upnp: add hostname info --- 98f4c3cf50f52ace0c1f93135ef7a06291cb4650 diff --cc applications/luci-app-upnp/luasrc/view/upnp_status.htm index e5cb9854d1,53018e8a2f..ea79e57a6a --- a/applications/luci-app-upnp/luasrc/view/upnp_status.htm +++ b/applications/luci-app-upnp/luasrc/view/upnp_status.htm @@@ -23,9 -23,10 +23,10 @@@ st[i].proto, st[i].extport, st[i].intaddr, + st[i].host_hint || "<%:Unknown%>", st[i].intport, st[i].descr, - E(''.format(st[i].num)) + E('
'.format(st[i].num)) ]); cbi_update_table(tb, rows, '<%:There are no active redirects.%>');