File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
resources/views/livewire/project/application Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 27
27
28
28
<div class =" flex flex-col gap-2" >
29
29
<div class =" flex gap-2" >
30
- <x-forms .input placeholder =" coollabsio/coolify-example" id =" application.git_repository" label =" Repository" />
30
+ <x-forms .input placeholder =" coollabsio/coolify-example" id =" application.git_repository"
31
+ label =" Repository" />
31
32
<x-forms .input placeholder =" main" id =" application.git_branch" label =" Branch" />
32
33
</div >
33
34
<div class =" flex items-end gap-2" >
34
35
<x-forms .input placeholder =" HEAD" id =" application.git_commit_sha" placeholder =" HEAD"
35
36
label =" Commit SHA" />
36
37
</div >
37
38
</div >
38
- @if (data_get ($application , ' private_key_id' ) )
39
+ @if (data_get ($application , ' private_key_id' ) )
39
40
<h3 class =" pt-4" >Deploy Key</h3 >
40
41
<div class =" py-2 pt-4" >Currently attached Private Key: <span
41
42
class =" dark:text-warning" >{{ data_get ($application , ' private_key.name' ) } } </span >
42
43
</div >
43
44
44
45
<h4 class =" py-2 " >Select another Private Key</h4 >
45
- <div class =" flex gap-2" >
46
+ <div class =" flex flex-wrap gap-2" >
46
47
@foreach ($private_keys as $key )
47
48
<x-forms .button wire:click.defer =" setPrivateKey('{{ $key -> id } } ')" >{{ $key -> name } }
48
49
</x-forms .button >
You can’t perform that action at this time.
0 commit comments