@@ -3,7 +3,7 @@
<head>
<meta charset="utf-8" />
- <link rel="icon" href="%PUBLIC_URL%/favicon.png" />
+ <link rel="icon" href="%PUBLIC_URL%/zilliz.png" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="theme-color" content="#000000" />
<meta name="description" content="Web site created using create-react-app" />
@@ -155,7 +155,6 @@ const DataCard: FC<DataCardProps & React.HTMLAttributes<HTMLDivElement>> = (prop
system_configurations,
} = node?.infos || {};
-
const {
cpu_core_count: cpu = 0,
cpu_core_usage: cpuUsage = 0,