From e8693e7ef8e71b737779bc3543c266b8955981a9 Mon Sep 17 00:00:00 2001 From: Josue Date: Fri, 28 May 2021 13:18:13 -0400 Subject: [PATCH] fix: hide progress bar and message if a node is offline --- striker-ui/components/Hosts/AnvilHost.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/striker-ui/components/Hosts/AnvilHost.tsx b/striker-ui/components/Hosts/AnvilHost.tsx index b6642f5f..450b99f0 100644 --- a/striker-ui/components/Hosts/AnvilHost.tsx +++ b/striker-ui/components/Hosts/AnvilHost.tsx @@ -125,7 +125,7 @@ const AnvilHost = ({ /> - {host.state !== 'online' && ( + {host.state !== 'online' && host.state !== 'offline' && ( <>