From 15211f81b1cfa370c94bd8f5af154a1ec0b828f2 Mon Sep 17 00:00:00 2001 From: MHSanaei Date: Thu, 25 May 2023 15:48:23 +0330 Subject: New - CPU Speed logical Processors removed --- web/html/xui/index.html | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'web/html') diff --git a/web/html/xui/index.html b/web/html/xui/index.html index 7d919a30..5b42ca5d 100644 --- a/web/html/xui/index.html +++ b/web/html/xui/index.html @@ -34,8 +34,8 @@ :stroke-color="status.cpu.color" :class="themeSwitcher.darkCardClass" :percent="status.cpu.percent"> -
Cores: [[ status.cpuCores ]]
-
Logical Procs: [[ status.logicalProcessors ]]
+
CPU: [[ cpuCoreFormat(status.cpuCores) ]]
+
Speed: [[ cpuSpeedFormat(status.cpuSpeedMhz) ]]
- [[ sizeFormat(status.netIO.up) ]] / S + [[ sizeFormat(status.netIO.up) ]]/S