diff options
| author | mhsanaei <ho3ein.sanaei@gmail.com> | 2024-05-28 16:16:29 +0300 |
|---|---|---|
| committer | mhsanaei <ho3ein.sanaei@gmail.com> | 2024-05-28 17:28:20 +0300 |
| commit | fdf805f264dd8a5248f9006c5ad57e251673940f (patch) | |
| tree | 3906013ebe6075c81a9c7f7129b237041c880d10 /web/html/xui/index.html | |
| parent | baf8c94b2e643e41a4319f0ca55e9c66b64970b0 (diff) | |
minor changes
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" |
