@@ -10,7 +10,7 @@ useHead({
10
10
const stats = [
11
11
{ name: ' Total Users' , value: ' 8,294' , change: ' +12.5%' , trend: ' up' },
12
12
{ name: ' Active Projects' , value: ' 124' , change: ' +8.2%' , trend: ' up' },
13
- { name: ' Server Uptime' , value: ' 99.98%' , change: ' +0.1%' , trend: ' up' },
13
+ { name: ' Cloud Uptime' , value: ' 99.98%' , change: ' +0.1%' , trend: ' up' },
14
14
{ name: ' Response Time' , value: ' 42ms' , change: ' -3.7%' , trend: ' down' },
15
15
]
16
16
@@ -39,7 +39,7 @@ const systemHealth = [
39
39
{ name: ' Storage' , status: ' healthy' , latency: ' 22ms' , uptime: ' 100%' },
40
40
{ name: ' Cache' , status: ' healthy' , latency: ' 12ms' , uptime: ' 99.95%' },
41
41
{ name: ' Queue' , status: ' degraded' , latency: ' 120ms' , uptime: ' 99.90%' },
42
- { name: ' Mail ' , status: ' healthy' , latency: ' 12ms' , uptime: ' 99.95%' },
42
+ { name: ' Notifications ' , status: ' healthy' , latency: ' 12ms' , uptime: ' 99.95%' },
43
43
{ name: ' Printers' , status: ' healthy' , latency: ' 12ms' , uptime: ' 99.95%' },
44
44
{ name: ' Health' , status: ' healthy' , latency: ' 12ms' , uptime: ' 99.95%' },
45
45
]
0 commit comments