diff --git a/frontend/src/views/home/status/index.vue b/frontend/src/views/home/status/index.vue index 53f530bf4..0de049973 100644 --- a/frontend/src/views/home/status/index.vue +++ b/frontend/src/views/home/status/index.vue @@ -77,75 +77,53 @@ - + {{ $t('home.mem') }}: - - - {{ $t('home.total') }}: {{ computeSize(currentInfo.memoryTotal) }} - - - - - {{ $t('home.used') }}: {{ computeSize(currentInfo.memoryUsed) }} - - - - - {{ $t('home.free') }}: {{ computeSize(currentInfo.memoryFree) }} - - - - - {{ $t('home.shard') }}: {{ computeSize(currentInfo.memoryShard) }} - - - - - {{ $t('home.cache') }}: {{ computeSize(currentInfo.memoryCache) }} - - - - - {{ $t('home.available') }}: {{ computeSize(currentInfo.memoryAvailable) }} - - - - - {{ $t('home.percent') }}: {{ formatNumber(currentInfo.memoryUsedPercent) }}% - - + + {{ $t('home.total') }}: {{ computeSize(currentInfo.memoryTotal) }} + + + {{ $t('home.used') }}: {{ computeSize(currentInfo.memoryUsed) }} + + + {{ $t('home.free') }}: {{ computeSize(currentInfo.memoryFree) }} + + + {{ $t('home.shard') }}: {{ computeSize(currentInfo.memoryShard) }} + + + {{ $t('home.cache') }}: {{ computeSize(currentInfo.memoryCache) }} + + + {{ $t('home.available') }}: {{ computeSize(currentInfo.memoryAvailable) }} + + + {{ $t('home.percent') }}: {{ formatNumber(currentInfo.memoryUsedPercent) }}% + {{ $t('home.swapMem') }}: - - - {{ $t('home.total') }}: {{ computeSize(currentInfo.swapMemoryTotal) }} - - - - - {{ $t('home.used') }}: {{ computeSize(currentInfo.swapMemoryUsed) }} - - - - - {{ $t('home.free') }}: {{ computeSize(currentInfo.swapMemoryAvailable) }} - - - - - {{ $t('home.percent') }}: {{ formatNumber(currentInfo.swapMemoryUsedPercent) }}% - - + + {{ $t('home.total') }}: {{ computeSize(currentInfo.swapMemoryTotal) }} + + + {{ $t('home.used') }}: {{ computeSize(currentInfo.swapMemoryUsed) }} + + + {{ $t('home.free') }}: {{ computeSize(currentInfo.swapMemoryAvailable) }} + + + {{ $t('home.percent') }}: {{ formatNumber(currentInfo.swapMemoryUsedPercent) }}% +