diff --git a/resources/views/components/resource-view.blade.php b/resources/views/components/resource-view.blade.php index d6cc12026..a01e5ab53 100644 --- a/resources/views/components/resource-view.blade.php +++ b/resources/views/components/resource-view.blade.php @@ -12,7 +12,7 @@ @if ($upgrade)
{{ $upgrade }}
@else -
+
{{ $description }}
@endif diff --git a/resources/views/livewire/project/new/docker-image.blade.php b/resources/views/livewire/project/new/docker-image.blade.php index 149ccd049..4cc86710a 100644 --- a/resources/views/livewire/project/new/docker-image.blade.php +++ b/resources/views/livewire/project/new/docker-image.blade.php @@ -2,7 +2,7 @@

Create a new Application

You can deploy an existing Docker Image from any Registry.
-
+

Docker Image

Save
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 f8733c742..7635d3cec 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 @@ -1,32 +1,33 @@

Create a new Application

Deploy any public or private Git repositories through a Deploy Key.
-
+
@if ($current_step === 'private_keys') -
    -
  • Select a Private Key
  • -
  • Select a Repository, Branch & Save
  • -
-
+

Select a private key

+
@forelse ($private_keys as $key) @if ($private_key_id == $key->id) -
-
-
+
+
{{ $key->name }}
+
+ {{ $key->description }}
@else -
-
-
+
+
{{ $key->name }}
+
+ {{ $key->description }}
@@ -45,12 +46,10 @@
@endif @if ($current_step === 'repository') -
    -
  • Select a Private Key
  • -
  • Select a Repository, Branch & Save
  • -
+

Select a repository

- +
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 7ac13f170..21ffb2f67 100644 --- a/resources/views/livewire/project/new/github-private-repository.blade.php +++ b/resources/views/livewire/project/new/github-private-repository.blade.php @@ -14,24 +14,23 @@ @endif
Deploy any public or private Git repositories through a GitHub App.
+ @if ($github_apps->count() !== 0) -
+

Select a Github App

+
@if ($current_step === 'github_apps') -
+
@foreach ($github_apps as $ghapp) -
-
+
{{ data_get($ghapp, 'name') }}
-
+
{{ data_get($ghapp, 'html_url') }}
-
-
@endforeach @@ -40,7 +39,7 @@ @if ($current_step === 'repository') @if ($repositories->count() > 0)
- @foreach ($repositories as $repo) @if ($loop->first) @@ -54,7 +53,6 @@ @endforeach Load Repository -
@else
No repositories found. Check your GitHub App configuration.
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 1edc481ec..da09c1dd6 100644 --- a/resources/views/livewire/project/new/public-git-repository.blade.php +++ b/resources/views/livewire/project/new/public-git-repository.blade.php @@ -5,27 +5,19 @@
- + Check repository
@if (!$branch_found)
-
-
Public:
-
https://..
-
-
-
Private:
-
git@..
-
Preselect branch (eg: main):
https://github.com/coollabsio/coolify-examples/tree/main
- For example application deployments, checkout Coolify Examples.
diff --git a/resources/views/livewire/project/new/select.blade.php b/resources/views/livewire/project/new/select.blade.php index 2c41aaa64..33984ac93 100644 --- a/resources/views/livewire/project/new/select.blade.php +++ b/resources/views/livewire/project/new/select.blade.php @@ -587,10 +587,10 @@ @forelse($servers as $server)
-
+
{{ $server->name }}
-
+
{{ $server->description }}
@@ -626,10 +626,10 @@ @foreach ($standaloneDockers as $standaloneDocker)
-
+
Standalone Docker ({{ $standaloneDocker->name }})
-
+
Network: {{ $standaloneDocker->network }}