From: Meow Date: Thu, 19 Jun 2025 07:45:48 +0000 (+0200) Subject: luci-mod-network: aligned column names X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=a8f886f6bdeaeeba0ba8b89e5c5e65e3ee3a04bc;p=openwrt-luci.git luci-mod-network: aligned column names luci-mod-network: aligned column names Signed-off-by: Meow --- diff --git a/modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js b/modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js index 63af8b42cc..5f62f21406 100644 --- a/modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js +++ b/modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js @@ -55,7 +55,7 @@ CBILease6Status = form.DummyValue.extend({ E('h4', _('Active DHCPv6 Leases')), E('table', { 'id': 'lease6_status_table', 'class': 'table' }, [ E('tr', { 'class': 'tr table-titles' }, [ - E('th', { 'class': 'th' }, _('Host')), + E('th', { 'class': 'th' }, _('Hostname')), E('th', { 'class': 'th' }, _('IPv6 address')), E('th', { 'class': 'th' }, _('DUID')), E('th', { 'class': 'th' }, _('Lease time remaining'))