Browse Source

add stop color

visuddhinanda 10 months ago
parent
commit
f9e40828fd
1 changed files with 3 additions and 0 deletions
  1. 3 0
      dashboard-v4/dashboard/src/components/task/TaskStatus.tsx

+ 3 - 0
dashboard-v4/dashboard/src/components/task/TaskStatus.tsx

@@ -55,6 +55,9 @@ const TaskStatus = ({ task }: IWidget) => {
     case "requested_restart":
     case "requested_restart":
       color = "warning";
       color = "warning";
       break;
       break;
+    case "stop":
+      color = "error";
+      break;
   }
   }
 
 
   return (
   return (