diff --git a/ui/app/templates/allocations/allocation/index.hbs b/ui/app/templates/allocations/allocation/index.hbs index b67586ceb..04e21747b 100644 --- a/ui/app/templates/allocations/allocation/index.hbs +++ b/ui/app/templates/allocations/allocation/index.hbs @@ -26,6 +26,7 @@ {{two-step-button data-test-stop + alignRight=true idleText="Stop" cancelText="Cancel" confirmText="Yes, Stop" @@ -35,6 +36,7 @@ onConfirm=(perform stopAllocation)}} {{two-step-button data-test-restart + alignRight=true idleText="Restart" cancelText="Cancel" confirmText="Yes, Restart" diff --git a/ui/app/templates/allocations/allocation/task/index.hbs b/ui/app/templates/allocations/allocation/task/index.hbs index f04b6841d..488d246cc 100644 --- a/ui/app/templates/allocations/allocation/task/index.hbs +++ b/ui/app/templates/allocations/allocation/task/index.hbs @@ -34,6 +34,7 @@ {{two-step-button data-test-restart + alignRight=true idleText="Restart" cancelText="Cancel" confirmText="Yes, Restart" diff --git a/ui/app/templates/components/job-page/parts/title.hbs b/ui/app/templates/components/job-page/parts/title.hbs index 7eb3aa27c..ce9591636 100644 --- a/ui/app/templates/components/job-page/parts/title.hbs +++ b/ui/app/templates/components/job-page/parts/title.hbs @@ -11,6 +11,7 @@ {{two-step-button data-test-stop + alignRight=true idleText="Stop" cancelText="Cancel" confirmText="Yes, Stop" @@ -20,6 +21,7 @@ {{else}} {{two-step-button data-test-start + alignRight=true idleText="Start" cancelText="Cancel" confirmText="Yes, Start"