+
+ {{ $t('home.mount') }}: /
+ iNode
+ {{ $t('home.total') }}: {{ currentInfo.inodesTotal }}
+ {{ $t('home.used') }}: {{ currentInfo.inodesUsed }}
+ {{ $t('home.free') }}: {{ currentInfo.inodesFree }}
+
+ {{ $t('home.percent') }}: {{ formatNumber(currentInfo.inodesUsedPercent) }}%
+
-
- {{ $t('monitor.disk') }}
-
-
- {{ $t('home.total') }}: {{ formatNumber(currentInfo.total / 1024 / 1024 / 1024) }} GB
-
-
- {{ $t('home.used') }}: {{ formatNumber(currentInfo.used / 1024 / 1024 / 1024) }} GB
-
-
- {{ $t('home.free') }}: {{ formatNumber(currentInfo.free / 1024 / 1024 / 1024) }} GB
-
-
- {{ $t('home.percent') }}: {{ formatNumber(currentInfo.usedPercent) }}%
-
-
-
-
- {{ percentage }}%
- {{ $t('monitor.disk') }}
-
-
-
-
+
+ {{ $t('monitor.disk') }}
+
+
+ {{ $t('home.total') }}: {{ formatNumber(currentInfo.total / 1024 / 1024 / 1024) }} GB
+
+
+ {{ $t('home.used') }}: {{ formatNumber(currentInfo.used / 1024 / 1024 / 1024) }} GB
+
+
+ {{ $t('home.free') }}: {{ formatNumber(currentInfo.free / 1024 / 1024 / 1024) }} GB
+
+
+ {{ $t('home.percent') }}: {{ formatNumber(currentInfo.usedPercent) }}%
+
+
+
+
+ {{ percentage }}%
+ {{ $t('monitor.disk') }}
+
+
+
+
-
-
- ( {{ formatNumber(currentInfo.used / 1024 / 1024 / 1024) }} /
- {{ formatNumber(currentInfo.total / 1024 / 1024 / 1024) }} ) GB
-
-
-