mirror of
https://github.com/Lissy93/dashy.git
synced 2025-07-30 00:55:36 +02:00
🩹 Fix compilation warning on comment
Was getting the following error... > 71:50 error Expected exception block, space or tab after '//' in comment spaced-comment
This commit is contained in:
parent
a62c3f6cd8
commit
99fd2e0f72
@ -68,7 +68,7 @@ export default {
|
||||
networks.push({
|
||||
name: network.interface_name,
|
||||
speed: network.speed,
|
||||
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
|
||||
currentDownload: network.bytes_recv,
|
||||
currentUpload: network.bytes_sent,
|
||||
totalDownload: network.bytes_recv_gauge,
|
||||
|
Loading…
x
Reference in New Issue
Block a user