@@ -659,7 +659,7 @@ const Network = {
ifaces.push({
name: iface.name,
up: iface.carrier || iface.state === 'up',
up: iface.carrier === true,
state: iface.state,
ip: (iface.addresses && iface.addresses.length > 0) ? iface.addresses[0].split('/')[0] : '',
mac: iface.mac,
The note is not visible to the blocked user.