- |
+ |
|
-
+ |
{machine.hostname}
- {machine.systemInfo && (
-
- {machine.systemInfo.cpu} cores • {machine.systemInfo.memory}GB RAM • {machine.systemInfo.disk}GB disk
+
+
+ {machine.ip}
+
+ {getStatusIcon(machine.sshStatus)}
+
- )}
-
- |
-
- {machine.os}
- {machine.osVersion}
- |
-
- {machine.ip}
- |
-
-
- {getStatusIcon(machine.sshStatus)}
-
- {machine.sshStatus.replace('_', ' ')}
-
-
- |
-
-
- {getStatusIcon(machine.deployStatus)}
-
-
- {machine.deployStatus.replace('_', ' ')}
-
- {machine.deployStatus === 'installing' && (
-
-
- {machine.deployStep || 'Deploying...'}
-
-
-
- {machine.deployProgress || 0}%
-
+ {machine.systemInfo && (
+
+ {machine.systemInfo.cpu}c • {machine.systemInfo.memory}GB • {machine.systemInfo.disk}GB
)}
|
-
- {machine.id !== 'localhost' && machine.sshStatus !== 'connected' && (
-
- )}
-
- {machine.sshStatus === 'connected' && machine.deployStatus === 'not_deployed' && (
-
- )}
-
- {machine.sshStatus === 'connected' && machine.deployStatus === 'error' && (
-
- )}
-
- {machine.deployStatus !== 'not_deployed' && (
- <>
-
-
- >
- )}
+ |
+ {machine.os}
+ {machine.osVersion}
|
-
+ |
+
+
+ {getStatusIcon(machine.deployStatus)}
+
+ {machine.deployStatus === 'installing' && (
+
+
+ {machine.deployStep || 'Deploying...'}
+
+
+
+ {machine.deployProgress || 0}%
+
+
+ )}
+
+ |
+
+
+ {machine.id !== 'localhost' && machine.sshStatus !== 'connected' && (
+
+ )}
+
+ {machine.sshStatus === 'connected' && machine.deployStatus === 'not_deployed' && (
+
+ )}
+
+ {machine.sshStatus === 'connected' && machine.deployStatus === 'error' && (
+
+ )}
+
+ {machine.sshStatus === 'connected' && (
+
+ )}
+
+ {machine.deployStatus !== 'not_deployed' && (
+ <>
+
+
+ >
+ )}
+
+ |
+
{machine.id !== 'localhost' && (
|