luci-mod-network: show 'Interface disabled' in status
authorPaul Donald <newtwen+github@gmail.com>
Tue, 5 Nov 2024 18:31:33 +0000 (19:31 +0100)
committerPaul Donald <newtwen+github@gmail.com>
Tue, 5 Nov 2024 18:31:33 +0000 (19:31 +0100)
Signed-off-by: Fengyu Wu <saldry@proton.me>
Signed-off-by: Paul Donald <newtwen+github@gmail.com>
modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js

index 6f9f2df9418d6e7b275e06caa58d808e1065be6f..a4c7384e90eda860e3a9d4f76daebd1d628c9082 100644 (file)
@@ -88,6 +88,7 @@ function render_status(node, ifc, with_device) {
                ...addEntries(_('IPv4'), changecount ? [] : ifc.getIPAddrs()),
                ...addEntries(_('IPv6'), changecount ? [] : ifc.getIP6Addrs()),
                ...addEntries(_('IPv6-PD'), changecount ? null : ifc.getIP6Prefixes?.()),
+               _('Information'), with_device ? null : (ifc.get('disabled') != '1' ? null : _('Interface disabled')),
                _('Information'), with_device ? null : (ifc.get('auto') != '0' ? null : _('Not started on boot')),
                ...addEntries(_('Error'), ifc.getErrors()),
                null, changecount ? E('a', {