+
+
+
+ {{ share.name }}
+
+ {{ share.status === 'online' ? 'online' : share.status === 'offline' ? 'offline' : 'waiting' }}
+
+
+
+
+ {{ share.path }}
+
+
+ no data — check the mount
+
+
+ {{ fmtGiB(share.used) }} used
+ {{ fmtGiB(share.total - share.used) }} free
+ {{ fmtGiB(share.total) }} total
+
+
+
+
+
+
+
+
+