mirror of
https://github.com/openwrt/luci.git
synced 2026-08-28 05:46:45 +04:00
luci-mod-admin-full: fix script regression after 152ba9ab22
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
This commit is contained in:
@@ -57,10 +57,9 @@
|
||||
|
||||
for (var i = 0; i < ifc.ip6addrs.length; i++)
|
||||
html += String.format(
|
||||
'%s%s/%d',
|
||||
'%s%s',
|
||||
i ? ', ' : '',
|
||||
ifc.ip6addrs[i].addr.toUpperCase(),
|
||||
ifc.ip6addrs[i].prefix
|
||||
ifc.ip6addrs[i].toUpperCase()
|
||||
);
|
||||
|
||||
html += '<br />';
|
||||
|
||||
Reference in New Issue
Block a user