This commit is contained in:
Jan Prochazka
2020-11-19 12:48:21 +01:00
parent 9a2520a10a
commit 4a7d45e4d0
4 changed files with 4 additions and 4 deletions

View File

@@ -77,7 +77,7 @@ const connectionAppObject = (flags) => (
if (!status) statusIcon = 'icon loading';
else if (status.name == 'pending') statusIcon = 'icon loading';
else if (status.name == 'ok') statusIcon = 'img green-ok';
else statusIcon = 'img red-error';
else statusIcon = 'img error';
if (status && status.name == 'error') {
statusTitle = status.message;
}