mirror of
https://github.com/stake-house/wagyu-installer.git
synced 2026-01-08 20:58:02 -05:00
nit
This commit is contained in:
@@ -157,7 +157,6 @@ const queryEth2ValidatorStatus = (nodeStatusCallback: NodeStatusCallback) => {
|
||||
dockerContainerStatus("rocketpool_validator", nodeStatusCallback);
|
||||
}
|
||||
|
||||
// TODO: make this better - it is very fragile
|
||||
const dockerContainerStatus = async (containerName: string, nodeStatusCallback: NodeStatusCallback) => {
|
||||
const containerId = executeCommandSyncReturnStdout(wrapCommandInDockerGroup("docker ps -q -f name=" + containerName));
|
||||
|
||||
|
||||
@@ -81,7 +81,7 @@ const NodeStatus: [string, string, string][] = [
|
||||
["Online", "\u2B24", "green"], // 0
|
||||
["Syncing", "\u2B24", "yellow"], // 1
|
||||
["Offline", "\u2B24", "red"], // 2
|
||||
["Loading...", "", ""] // 3
|
||||
["Loading...", "", ""] // 3
|
||||
]
|
||||
|
||||
// TODO: right after install, while nodes are starting up, this page says everything is "online"
|
||||
|
||||
Reference in New Issue
Block a user