fix: turn off hc for dockerimage/docker base deployments by default

fix: loading github app
This commit is contained in:
Andras Bacsai
2024-05-08 14:42:45 +02:00
parent c618e58a11
commit f6396f2e74
4 changed files with 17 additions and 7 deletions

View File

@@ -33,14 +33,16 @@
</div>
</div>
</div>
<div class="flex flex-col items-center justify-center">
<x-loading wire:loading wire:target="loadRepositories({{ $ghapp->id }})" />
</div>
@endforeach
</div>
@endif
@if ($current_step === 'repository')
@if ($repositories->count() > 0)
<div class="flex items-end gap-2">
<x-forms.select class="w-full" label="Repository"
wire:model="selected_repository_id">
<x-forms.select class="w-full" label="Repository" wire:model="selected_repository_id">
@foreach ($repositories as $repo)
@if ($loop->first)
<option selected value="{{ data_get($repo, 'id') }}">