Merge branch 'next' into feat/add-http-basic-auth

This commit is contained in:
Andras Bacsai
2025-04-22 21:18:43 +02:00
committed by GitHub
31 changed files with 334 additions and 334 deletions

View File

@@ -81,7 +81,7 @@
</x-modal-confirmation>
</div>
@empty
<div class="text-center">No sources found</div>
<div>No other sources found</div>
@endforelse
</div>
</div>

View File

@@ -20,7 +20,12 @@
</div>
<div class="w-48 pb-2">
<x-forms.checkbox instantSave label="Backup Enabled" id="backupEnabled" />
<x-forms.checkbox instantSave label="S3 Enabled" id="saveS3" />
@if ($s3s->count() > 0)
<x-forms.checkbox instantSave label="S3 Enabled" id="saveS3" />
@else
<x-forms.checkbox instantSave helper="No validated S3 storage available." label="S3 Enabled" id="saveS3"
disabled />
@endif
</div>
@if ($backup->save_s3)
<div class="pb-6">

View File

@@ -129,7 +129,7 @@
<div class="flex flex-wrap order-first gap-2 items-center sm:order-last">
<div class="text-error">
Unable to deploy. <a class="underline font-bold cursor-pointer"
@click.prevent="activeTab = 'environment-variables'; window.location.hash = 'environment-variables'">
href="{{ route('project.service.environment-variables', $parameters) }}" wire:navigate>
Required environment variables missing.</a>
</div>
</div>