We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba10646 commit 2e61a4dCopy full SHA for 2e61a4d
resources/scripts/components/server/console/ServerDetailsBlock.tsx
@@ -99,7 +99,7 @@ const ServerDetailsBlock = ({ className }: { className?: string }) => {
99
color={getBackgroundColor(status === 'running' ? 0 : status !== 'offline' ? 9 : 10, 10)}
100
>
101
{status === null ? (
102
- "Offline"
+ 'Offline'
103
) : stats.uptime > 0 ? (
104
<UptimeDuration uptime={stats.uptime / 1000} />
105
) : (
0 commit comments