git.99rst.org
/
openwrt-luci.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
3e66e8b
)
luci-mod-network: aligned column names
author
Meow
<redacted>
Thu, 19 Jun 2025 07:45:48 +0000
(09:45 +0200)
committer
Paul Donald
<redacted>
Sun, 29 Jun 2025 17:50:24 +0000
(19:50 +0200)
luci-mod-network: aligned column names
Signed-off-by: Meow <redacted>
modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js
patch
|
blob
|
history
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 63af8b42cc8b3fa1b0948ccec51c7862a8eba715..5f62f21406cd5ae427f66229f4a5bf11c0ad2e6a 100644
(file)
--- 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' }, _('Host
name
')),
E('th', { 'class': 'th' }, _('IPv6 address')),
E('th', { 'class': 'th' }, _('DUID')),
E('th', { 'class': 'th' }, _('Lease time remaining'))
git clone https://git.99rst.org/PROJECT