diff options
| author | mhsanaei <ho3ein.sanaei@gmail.com> | 2024-06-17 22:48:49 +0300 |
|---|---|---|
| committer | mhsanaei <ho3ein.sanaei@gmail.com> | 2024-06-17 22:48:49 +0300 |
| commit | 28ede36a103242317b2d1c7200a4c83d31bfc61e (patch) | |
| tree | 4a9ace1ec68252702727fb0d5ad52e95ed5f3293 /web/html/xui | |
| parent | 5036e9e28af4c0365df669b9bb949ca7a7a5279e (diff) | |
gopsutil v4
Diffstat (limited to 'web/html/xui')
| -rw-r--r-- | web/html/xui/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/html/xui/index.html b/web/html/xui/index.html index c179660b..f1583a8f 100644 --- a/web/html/xui/index.html +++ b/web/html/xui/index.html @@ -48,7 +48,7 @@ <div><b>CPU:</b> [[ cpuCoreFormat(status.cpuCores) ]] <a-tooltip> <a-icon type="area-chart"></a-icon> <template slot="title"> - <div><b>Logical Processors(vCPUs):</b> [[ (status.logicalPro) ]]</div> + <div><b>Logical Processors:</b> [[ (status.logicalPro) ]]</div> <div><b>Speed:</b> [[ cpuSpeedFormat(status.cpuSpeedMhz) ]]</div> </template> </a-tooltip></div> |
