mirror of
https://github.com/openwrt/luci.git
synced 2025-12-21 17:04:35 +04:00
luci-mod-network,-status: update DHCPv6 lease headers
Make it clearer that a single DHCPv6 lease can encompass several IPv6 addresses, e.g. when GUA and ULA prefixes are available. Signed-off-by: David Härdeman <david@hardeman.nu>
This commit is contained in:
committed by
Paul Donald
parent
a52db00cab
commit
0a8a41f4cf
@@ -62,7 +62,7 @@ CBILease6Status = form.DummyValue.extend({
|
||||
E('table', { 'id': 'lease6_status_table', 'class': 'table' }, [
|
||||
E('tr', { 'class': 'tr table-titles' }, [
|
||||
E('th', { 'class': 'th' }, _('Hostname')),
|
||||
E('th', { 'class': 'th' }, _('IPv6 address')),
|
||||
E('th', { 'class': 'th' }, _('IPv6 addresses')),
|
||||
E('th', { 'class': 'th' }, _('DUID')),
|
||||
E('th', { 'class': 'th' }, _('IAID')),
|
||||
E('th', { 'class': 'th' }, _('Lease time remaining'))
|
||||
|
||||
@@ -146,7 +146,7 @@ return baseclass.extend({
|
||||
var table6 = E('table', { 'id': 'status_leases6', 'class': 'table leases6' }, [
|
||||
E('tr', { 'class': 'tr table-titles' }, [
|
||||
E('th', { 'class': 'th' }, _('Host')),
|
||||
E('th', { 'class': 'th' }, _('IPv6 address')),
|
||||
E('th', { 'class': 'th' }, _('IPv6 addresses')),
|
||||
E('th', { 'class': 'th' }, _('DUID')),
|
||||
E('th', { 'class': 'th' }, _('IAID')),
|
||||
E('th', { 'class': 'th' }, _('Lease time remaining')),
|
||||
|
||||
Reference in New Issue
Block a user