diff options
Diffstat (limited to 'web/html/xui/index.html')
| -rw-r--r-- | web/html/xui/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/web/html/xui/index.html b/web/html/xui/index.html index 243a26bf..c179660b 100644 --- a/web/html/xui/index.html +++ b/web/html/xui/index.html @@ -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" |
