From: Florian Eckert Date: Mon, 11 Mar 2019 09:07:34 +0000 (+0100) Subject: luci-mod-network: add auto start hint X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=2b94060c605335c48a44afaa47b7e6ba3b243354;p=oweals%2Fluci.git 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 --- 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 fe1ff19fe..bab23cc3c 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,