File tree Expand file tree Collapse file tree 2 files changed +15
-24
lines changed
resources/views/livewire/tags Expand file tree Collapse file tree 2 files changed +15
-24
lines changed Original file line number Diff line number Diff line change 20
20
<div class =" w-[500px]" >
21
21
<x-forms .input readonly label =" Deploy Webhook URL" id =" webhook" />
22
22
</div >
23
- <x-modal-confirmation
24
- title =" Redeploy all resources with this tag?"
25
- isHighlighted
26
- buttonTitle =" Redeploy All"
27
- submitAction =" redeploy_all"
28
- :actions =" ['All resources with this tag will be redeployed.', 'During redeploy resources will be temporarily unavailable.']"
29
- confirmationText =" {{ $oneTag -> name } }"
30
- confirmationLabel =" Please confirm the execution of the actions by entering the Tag Name below"
31
- shortConfirmationLabel =" Tag Name"
32
- :confirmWithPassword =" false"
33
- step2ButtonText =" Redeploy All"
34
- />
23
+ <x-modal-confirmation title =" Redeploy all resources with this tag?" isHighlighted
24
+ buttonTitle =" Redeploy All" submitAction =" redeploy_all" :actions =" [
25
+ 'All resources with this tag will be redeployed.',
26
+ 'During redeploy resources will be temporarily unavailable.',
27
+ ]"
28
+ confirmationText =" {{ $tag } }"
29
+ confirmationLabel =" Please confirm the execution of the actions by entering the Tag Name below"
30
+ shortConfirmationLabel =" Tag Name" :confirmWithPassword =" false" step2ButtonText =" Redeploy All" />
35
31
</div >
36
32
<div class =" grid grid-cols-1 gap-2 pt-4 lg:grid-cols-2 xl:grid-cols-3" >
37
33
@foreach ($applications as $application )
Original file line number Diff line number Diff line change 24
24
<div class =" w-[500px]" >
25
25
<x-forms .input readonly label =" Deploy Webhook URL" id =" webhook" />
26
26
</div >
27
- <x-modal-confirmation
28
- title =" Redeploy all resources with this tag?"
29
- isHighlighted
30
- buttonTitle =" Redeploy All"
31
- submitAction =" redeploy_all"
32
- :actions =" ['All resources with this tag will be redeployed.', 'During redeploy resources will be temporarily unavailable.']"
33
- confirmationText =" {{ $oneTag -> name } }"
34
- confirmationLabel =" Please confirm the execution of the actions by entering the Tag Name below"
35
- shortConfirmationLabel =" Tag Name"
36
- :confirmWithPassword =" false"
37
- step2ButtonText =" Redeploy All"
38
- />
27
+ <x-modal-confirmation title =" Redeploy all resources with this tag?" isHighlighted buttonTitle =" Redeploy All"
28
+ submitAction =" redeploy_all" :actions =" [
29
+ 'All resources with this tag will be redeployed.',
30
+ 'During redeploy resources will be temporarily unavailable.',
31
+ ]" confirmationText =" {{ $tag } }"
32
+ confirmationLabel =" Please confirm the execution of the actions by entering the Tag Name below"
33
+ shortConfirmationLabel =" Tag Name" :confirmWithPassword =" false" step2ButtonText =" Redeploy All" />
39
34
</div >
40
35
<div class =" grid grid-cols-1 gap-2 pt-4 lg:grid-cols-2 xl:grid-cols-3" >
41
36
@foreach ($applications as $application )
You can’t perform that action at this time.
0 commit comments