From abfa6dbf65323feaac229d62ec646b747bd21438 Mon Sep 17 00:00:00 2001 From: beckerinj Date: Sun, 25 Sep 2022 03:22:10 -0400 Subject: [PATCH] change container start to stop on restarting loop --- .../src/components/deployment/Actions.tsx | 20 ++++++++++++++----- 1 file changed, 15 insertions(+), 5 deletions(-) diff --git a/frontend/src/components/deployment/Actions.tsx b/frontend/src/components/deployment/Actions.tsx index 3efa9b43f..d53a6c451 100644 --- a/frontend/src/components/deployment/Actions.tsx +++ b/frontend/src/components/deployment/Actions.tsx @@ -57,16 +57,12 @@ const Actions: Component<{}> = (p) => { - {/* - container - */} @@ -77,6 +73,20 @@ const Actions: Component<{}> = (p) => { + + + + deploy{" "} + + + + + + {/* container */}