Skip to content

Commit 9e36b26

Browse files
committed
chore: wip
1 parent a80314c commit 9e36b26

File tree

1 file changed

+2
-2
lines changed
  • storage/framework/defaults/views/dashboard

1 file changed

+2
-2
lines changed

storage/framework/defaults/views/dashboard/index.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ useHead({
1010
const stats = [
1111
{ name: 'Total Users', value: '8,294', change: '+12.5%', trend: 'up' },
1212
{ 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' },
1414
{ name: 'Response Time', value: '42ms', change: '-3.7%', trend: 'down' },
1515
]
1616
@@ -39,7 +39,7 @@ const systemHealth = [
3939
{ name: 'Storage', status: 'healthy', latency: '22ms', uptime: '100%' },
4040
{ name: 'Cache', status: 'healthy', latency: '12ms', uptime: '99.95%' },
4141
{ 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%' },
4343
{ name: 'Printers', status: 'healthy', latency: '12ms', uptime: '99.95%' },
4444
{ name: 'Health', status: 'healthy', latency: '12ms', uptime: '99.95%' },
4545
]

0 commit comments

Comments
 (0)