diff --git a/docs/widgets.md b/docs/widgets.md index 82433158b9..87edc6b084 100644 --- a/docs/widgets.md +++ b/docs/widgets.md @@ -2598,7 +2598,8 @@ Recent memory usage chart ### Disk Space -List connected disks, showing free / used space and other info (file system, mount point and space available) +List connected disks, showing free / used space and other info (file system, mount point and space available). +Use "Disks" to filter available disks and give them a friendly name.

@@ -2608,6 +2609,10 @@ List connected disks, showing free / used space and other info (file system, mou - type: gl-disk-space options: hostname: http://192.168.130.2:61208 + Disks: + - /dev/mapper/md1p1: HDD 1 + - /dev/mapper/md2p1: HDD 2 + - /dev/mapper/md3p1: HDD 3 ``` --- @@ -2662,7 +2667,8 @@ Shows recent historical system load, calculated from the number of processes wai ### Network Interfaces -Lists visible network interfaces, including real-time upload/ download stats +Lists visible network interfaces, including real-time upload/ download stats. +Use "Interfaces" to filter interfaces and give them am friendly name.

@@ -2672,6 +2678,9 @@ Lists visible network interfaces, including real-time upload/ download stats - type: gl-network-interfaces options: hostname: http://192.168.130.2:61208 + Interfaces: + - bond0: LAN + - docker0: Docker ``` --- diff --git a/src/components/Widgets/GlDiskSpace.vue b/src/components/Widgets/GlDiskSpace.vue index 32d04aa1ba..17545ce0c7 100644 --- a/src/components/Widgets/GlDiskSpace.vue +++ b/src/components/Widgets/GlDiskSpace.vue @@ -1,73 +1,97 @@ - - - - + + diff --git a/src/components/Widgets/GlNetworkInterfaces.vue b/src/components/Widgets/GlNetworkInterfaces.vue index 3c9900954a..2338627dda 100644 --- a/src/components/Widgets/GlNetworkInterfaces.vue +++ b/src/components/Widgets/GlNetworkInterfaces.vue @@ -1,151 +1,180 @@ - - - - + +