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 <fe@dev.tdt.de>
This commit is contained in:
parent
3ff15a22d5
commit
2b94060c60
1 changed files with 1 additions and 0 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue