diff --git a/src/components/Status/index.jsx b/src/components/Status/index.jsx index 98e4cc31..60937e16 100644 --- a/src/components/Status/index.jsx +++ b/src/components/Status/index.jsx @@ -33,6 +33,7 @@ const successKeys = [ 'complete', 'online', 'ready', + 'pass', ]; const successKeysContain = ['complete']; @@ -58,6 +59,7 @@ const errorKeys = [ 'power off', 'error', 'offline', + 'refuse', ]; const errorKeysContain = ['fail'];