From 2b94060c605335c48a44afaa47b7e6ba3b243354 Mon Sep 17 00:00:00 2001 From: Florian Eckert Date: Mon, 11 Mar 2019 10:07:34 +0100 Subject: [PATCH] luci-mod-network: add auto start hint Make the information if the interface is started on boot visible on the interface overview page. Signed-off-by: Florian Eckert --- .../htdocs/luci-static/resources/view/network/network.js | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/luci-mod-network/htdocs/luci-static/resources/view/network/network.js b/modules/luci-mod-network/htdocs/luci-static/resources/view/network/network.js index fe1ff19fed..bab23cc3c7 100644 --- a/modules/luci-mod-network/htdocs/luci-static/resources/view/network/network.js +++ b/modules/luci-mod-network/htdocs/luci-static/resources/view/network/network.js @@ -102,6 +102,7 @@ L.poll(5, L.url('admin/network/iface_status', networks.join(',')), null, _('IPv6'), ifc.ip6addrs ? ifc.ip6addrs[8] : null, _('IPv6'), ifc.ip6addrs ? ifc.ip6addrs[9] : null, _('IPv6-PD'), ifc.ip6prefix, + _('Information'), ifc.is_auto ? null : _('Not started on boot'), _('Error'), ifc.errors ? ifc.errors[0] : null, _('Error'), ifc.errors ? ifc.errors[1] : null, _('Error'), ifc.errors ? ifc.errors[2] : null, -- 2.30.2