fix(ui): Delete button width on small screens (#6308)
This commit is contained in:
parent
5f2e5d7dec
commit
7bb91faf92
1 changed files with 2 additions and 0 deletions
|
|
@ -88,6 +88,7 @@
|
||||||
<x-modal-confirmation title="Confirm Environment Variable Deletion?" isErrorButton
|
<x-modal-confirmation title="Confirm Environment Variable Deletion?" isErrorButton
|
||||||
buttonTitle="Delete" submitAction="delete" :actions="['The selected environment variable will be permanently deleted.']"
|
buttonTitle="Delete" submitAction="delete" :actions="['The selected environment variable will be permanently deleted.']"
|
||||||
confirmationText="{{ $key }}"
|
confirmationText="{{ $key }}"
|
||||||
|
buttonFullWidth="true"
|
||||||
confirmationLabel="Please confirm the execution of the actions by entering the Environment Variable Name below"
|
confirmationLabel="Please confirm the execution of the actions by entering the Environment Variable Name below"
|
||||||
shortConfirmationLabel="Environment Variable Name" :confirmWithPassword="false"
|
shortConfirmationLabel="Environment Variable Name" :confirmWithPassword="false"
|
||||||
step2ButtonText="Permanently Delete" />
|
step2ButtonText="Permanently Delete" />
|
||||||
|
|
@ -101,6 +102,7 @@
|
||||||
<x-modal-confirmation title="Confirm Environment Variable Deletion?" isErrorButton
|
<x-modal-confirmation title="Confirm Environment Variable Deletion?" isErrorButton
|
||||||
buttonTitle="Delete" submitAction="delete" :actions="['The selected environment variable will be permanently deleted.']"
|
buttonTitle="Delete" submitAction="delete" :actions="['The selected environment variable will be permanently deleted.']"
|
||||||
confirmationText="{{ $key }}"
|
confirmationText="{{ $key }}"
|
||||||
|
buttonFullWidth="true"
|
||||||
confirmationLabel="Please confirm the execution of the actions by entering the Environment Variable Name below"
|
confirmationLabel="Please confirm the execution of the actions by entering the Environment Variable Name below"
|
||||||
shortConfirmationLabel="Environment Variable Name" :confirmWithPassword="false"
|
shortConfirmationLabel="Environment Variable Name" :confirmWithPassword="false"
|
||||||
step2ButtonText="Permanently Delete" />
|
step2ButtonText="Permanently Delete" />
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue