UI: Fix confirmation position for right-aligned TSBs (#7590)
Without this, the confirmation text was extending beyond the edge of the page.
This commit is contained in:
parent
3557099f4c
commit
3bc13a715e
|
@ -26,6 +26,7 @@
|
||||||
</div>
|
</div>
|
||||||
{{two-step-button
|
{{two-step-button
|
||||||
data-test-stop
|
data-test-stop
|
||||||
|
alignRight=true
|
||||||
idleText="Stop"
|
idleText="Stop"
|
||||||
cancelText="Cancel"
|
cancelText="Cancel"
|
||||||
confirmText="Yes, Stop"
|
confirmText="Yes, Stop"
|
||||||
|
@ -35,6 +36,7 @@
|
||||||
onConfirm=(perform stopAllocation)}}
|
onConfirm=(perform stopAllocation)}}
|
||||||
{{two-step-button
|
{{two-step-button
|
||||||
data-test-restart
|
data-test-restart
|
||||||
|
alignRight=true
|
||||||
idleText="Restart"
|
idleText="Restart"
|
||||||
cancelText="Cancel"
|
cancelText="Cancel"
|
||||||
confirmText="Yes, Restart"
|
confirmText="Yes, Restart"
|
||||||
|
|
|
@ -34,6 +34,7 @@
|
||||||
</div>
|
</div>
|
||||||
{{two-step-button
|
{{two-step-button
|
||||||
data-test-restart
|
data-test-restart
|
||||||
|
alignRight=true
|
||||||
idleText="Restart"
|
idleText="Restart"
|
||||||
cancelText="Cancel"
|
cancelText="Cancel"
|
||||||
confirmText="Yes, Restart"
|
confirmText="Yes, Restart"
|
||||||
|
|
|
@ -11,6 +11,7 @@
|
||||||
</div>
|
</div>
|
||||||
{{two-step-button
|
{{two-step-button
|
||||||
data-test-stop
|
data-test-stop
|
||||||
|
alignRight=true
|
||||||
idleText="Stop"
|
idleText="Stop"
|
||||||
cancelText="Cancel"
|
cancelText="Cancel"
|
||||||
confirmText="Yes, Stop"
|
confirmText="Yes, Stop"
|
||||||
|
@ -20,6 +21,7 @@
|
||||||
{{else}}
|
{{else}}
|
||||||
{{two-step-button
|
{{two-step-button
|
||||||
data-test-start
|
data-test-start
|
||||||
|
alignRight=true
|
||||||
idleText="Start"
|
idleText="Start"
|
||||||
cancelText="Cancel"
|
cancelText="Cancel"
|
||||||
confirmText="Yes, Start"
|
confirmText="Yes, Start"
|
||||||
|
|
Loading…
Reference in a new issue