File tree Expand file tree Collapse file tree 6 files changed +20
-28
lines changed
resources/views/livewire/tags Expand file tree Collapse file tree 6 files changed +20
-28
lines changed Original file line number Diff line number Diff line change @@ -61,6 +61,7 @@ public function submit()
61
61
send_user_an_email (
$ mail,
auth ()->
user ()?->email,
'[email protected] ' );
62
62
}
63
63
$ this ->dispatch ('success ' , 'Feedback sent. ' , 'We will get in touch with you as soon as possible. ' );
64
+ $ this ->reset ('description ' , 'subject ' );
64
65
} catch (\Throwable $ e ) {
65
66
return handleError ($ e , $ this );
66
67
}
Original file line number Diff line number Diff line change 7
7
8
8
// The release version of your application
9
9
// Example with dynamic git hash: trim(exec('git --git-dir ' . base_path('.git') . ' log --pretty="%h" -n1 HEAD'))
10
- 'release ' => '4.0.0-beta.355 ' ,
10
+ 'release ' => '4.0.0-beta.356 ' ,
11
11
// When left empty or `null` the Laravel environment will be used
12
12
'environment ' => config ('app.env ' ),
13
13
Original file line number Diff line number Diff line change 1
1
<?php
2
2
3
- return '4.0.0-beta.355 ' ;
3
+ return '4.0.0-beta.356 ' ;
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 )
Original file line number Diff line number Diff line change 1
1
{
2
2
"coolify" : {
3
3
"v4" : {
4
- "version" : " 4.0.0-beta.355 "
4
+ "version" : " 4.0.0-beta.356 "
5
5
},
6
6
"nightly" : {
7
- "version" : " 4.0.0-beta.356 "
7
+ "version" : " 4.0.0-beta.357 "
8
8
},
9
9
"helper" : {
10
10
"version" : " 1.0.1"
You can’t perform that action at this time.
0 commit comments