diff --git a/components/elements/processes/index.tsx b/components/elements/processes/index.tsx index 8704897..ea429c7 100644 --- a/components/elements/processes/index.tsx +++ b/components/elements/processes/index.tsx @@ -114,8 +114,8 @@ export default function Processes() { Name Progress - Action Status + Action @@ -139,14 +139,6 @@ export default function Processes() { } - - {canRepeat(process) && - - } - {canKill(process) && - - } - {Status.Error === status(process) && @@ -164,6 +156,14 @@ export default function Processes() { } + + {canRepeat(process) && + + } + {canKill(process) && + + } + ))}