We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 535ca07 + 99fd2e0 commit 4dc2c29Copy full SHA for 4dc2c29
src/components/Widgets/GlNetworkInterfaces.vue
@@ -68,7 +68,7 @@ export default {
68
networks.push({
69
name: network.interface_name,
70
speed: network.speed,
71
- online: network.speed ? 'up' : 'down', //v3 to v4 is_up no longer seems to be a default response field
+ online: network.speed ? 'up' : 'down', // v3 to v4 is_up no longer seems to be a default response field
72
currentDownload: network.bytes_recv,
73
currentUpload: network.bytes_sent,
74
totalDownload: network.bytes_recv_gauge,
0 commit comments