From 1af7ffcdc46a28b772307e7c932ed63d685c9f54 Mon Sep 17 00:00:00 2001 From: Andras Bacsai Date: Thu, 25 Jan 2024 15:58:58 +0100 Subject: [PATCH] Refactor input field for port number --- .../new/github-private-repository-deploy-key.blade.php | 2 +- .../livewire/project/new/github-private-repository.blade.php | 4 ++-- .../livewire/project/new/public-git-repository.blade.php | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/resources/views/livewire/project/new/github-private-repository-deploy-key.blade.php b/resources/views/livewire/project/new/github-private-repository-deploy-key.blade.php index ed18da484..19fcd134e 100644 --- a/resources/views/livewire/project/new/github-private-repository-deploy-key.blade.php +++ b/resources/views/livewire/project/new/github-private-repository-deploy-key.blade.php @@ -54,8 +54,8 @@ class="loading loading-xs text-warning loading-spinner"> @endif - @if ($show_is_static) +
diff --git a/resources/views/livewire/project/new/github-private-repository.blade.php b/resources/views/livewire/project/new/github-private-repository.blade.php index d20f24bc7..a522e7b75 100644 --- a/resources/views/livewire/project/new/github-private-repository.blade.php +++ b/resources/views/livewire/project/new/github-private-repository.blade.php @@ -97,9 +97,9 @@ class="loading loading-xs text-warning loading-spinner"> helper="If there is a build process involved (like Svelte, React, Next, etc..), please specify the output directory for the build assets." /> @endif
- @if ($show_is_static) +
diff --git a/resources/views/livewire/project/new/public-git-repository.blade.php b/resources/views/livewire/project/new/public-git-repository.blade.php index c01cbc9c9..6954432a1 100644 --- a/resources/views/livewire/project/new/public-git-repository.blade.php +++ b/resources/views/livewire/project/new/public-git-repository.blade.php @@ -47,9 +47,9 @@ class='text-helper'>https://github.com/coollabsio/coolify-examples/tree/static @endif
- @if ($show_is_static) +