minor changes

This commit is contained in:
mhsanaei
2024-05-28 15:16:29 +02:00
parent baf8c94b2e
commit fdf805f264
7 changed files with 18 additions and 18 deletions
+2 -2
View File
@@ -46,12 +46,12 @@
:stroke-color="status.cpu.color"
:percent="status.cpu.percent"></a-progress>
<div><b>CPU:</b> [[ cpuCoreFormat(status.cpuCores) ]] <a-tooltip>
<a-icon type="info-circle"></a-icon>
<a-icon type="area-chart"></a-icon>
<template slot="title">
<div><b>Logical Processors(vCPUs):</b> [[ (status.logicalPro) ]]</div>
<div><b>Speed:</b> [[ cpuSpeedFormat(status.cpuSpeedMhz) ]]</div>
</template>
</a-tooltip></div>
<div><b>Speed:</b> [[ cpuSpeedFormat(status.cpuSpeedMhz) ]]</div>
</a-col>
<a-col :span="12" style="text-align: center">
<a-progress type="dashboard" status="normal"