No projects found.
@endforelse
- No servers found.
@endforelse
- No destinations found.
@endforelse
-
-
+
Check for updates
@if ($updateAvailable)
Update available
@endif
diff --git a/resources/views/livewire/destination/new/standalone-docker.blade.php b/resources/views/livewire/destination/new/standalone-docker.blade.php
index 28b0b5f45..2c8cee3c4 100644
--- a/resources/views/livewire/destination/new/standalone-docker.blade.php
+++ b/resources/views/livewire/destination/new/standalone-docker.blade.php
@@ -1,15 +1,21 @@
diff --git a/resources/views/livewire/force-upgrade.blade.php b/resources/views/livewire/force-upgrade.blade.php
index 7e4f53cd4..bcf75191a 100644
--- a/resources/views/livewire/force-upgrade.blade.php
+++ b/resources/views/livewire/force-upgrade.blade.php
@@ -1,6 +1,5 @@
@if (auth()->user()->teams->contains(0))
-
+ Force Upgrade
@endif
diff --git a/resources/views/livewire/private-key/change.blade.php b/resources/views/livewire/private-key/change.blade.php
index 9513c6c85..fa2165b10 100644
--- a/resources/views/livewire/private-key/change.blade.php
+++ b/resources/views/livewire/private-key/change.blade.php
@@ -1,14 +1,14 @@
diff --git a/resources/views/livewire/private-key/create.blade.php b/resources/views/livewire/private-key/create.blade.php
index 040ecf975..927ca7ef5 100644
--- a/resources/views/livewire/private-key/create.blade.php
+++ b/resources/views/livewire/private-key/create.blade.php
@@ -1,10 +1,10 @@
diff --git a/resources/views/livewire/project/application/deploy.blade.php b/resources/views/livewire/project/application/deploy.blade.php
index 8237c0ce7..19a15d9ac 100644
--- a/resources/views/livewire/project/application/deploy.blade.php
+++ b/resources/views/livewire/project/application/deploy.blade.php
@@ -1,15 +1,16 @@
-
+
@if ($application->status === 'running')
-
-
+
Restart
+
Force Rebuild
+
Stop
@else
-
-
+
Start
+
Start (no cache)
@endif
-
+
+ Delete
@if ($application->status === 'running')
@if (data_get($application, 'fqdn'))
diff --git a/resources/views/livewire/project/application/general.blade.php b/resources/views/livewire/project/application/general.blade.php
index 4e3cf0bdd..36186c3fd 100644
--- a/resources/views/livewire/project/application/general.blade.php
+++ b/resources/views/livewire/project/application/general.blade.php
@@ -2,51 +2,51 @@
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
diff --git a/resources/views/livewire/project/application/source.blade.php b/resources/views/livewire/project/application/source.blade.php
index aa4404ec6..0de4f21c0 100644
--- a/resources/views/livewire/project/application/source.blade.php
+++ b/resources/views/livewire/project/application/source.blade.php
@@ -1,9 +1,9 @@
-
Source Name: {{ data_get($application,'source.name') }}
-
Is Public Source: {{ data_get($application,'source.is_public') }}
+
Source Name: {{ data_get($application, 'source.name') }}
+
Is Public Source: {{ data_get($application, 'source.is_public') }}
-
-
-
+
+
+
diff --git a/resources/views/livewire/project/new/empty-project.blade.php b/resources/views/livewire/project/new/empty-project.blade.php
index 160b19b5b..4ad42518d 100644
--- a/resources/views/livewire/project/new/empty-project.blade.php
+++ b/resources/views/livewire/project/new/empty-project.blade.php
@@ -1 +1 @@
-
+
Empty Project
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 f2bffc93d..ae36b76de 100644
--- a/resources/views/livewire/project/new/public-git-repository.blade.php
+++ b/resources/views/livewire/project/new/public-git-repository.blade.php
@@ -3,8 +3,12 @@
Choose a server
@endif
@forelse ($servers as $server)
-
+ @if ($chosenServer && $chosenServer['id'] === $server->id)
+
{{ $server->name }}
+
+ @else
+
{{ $server->name }}
+ @endif
@empty
No servers found.
Did you forget to add a destination on the server?
@@ -15,12 +19,24 @@
Choose a destination
@foreach ($standalone_docker as $standalone)
-
+ @if ($chosenDestination?->uuid == $standalone->uuid)
+
+ {{ $standalone->network }}
+ @else
+
+ {{ $standalone->network }}
+ @endif
@endforeach
@foreach ($swarm_docker as $standalone)
-
+ @if ($chosenDestination?->uuid == $standalone->uuid)
+
+ {{ $standalone->network }}
+ @else
+
+ {{ $standalone->uuid }}
+ @endif
@endforeach
@@ -40,16 +56,16 @@
@isset($chosenDestination)
Choose a repository
@endisset
diff --git a/resources/views/livewire/run-command.blade.php b/resources/views/livewire/run-command.blade.php
index 3953f2fa4..81473dd40 100755
--- a/resources/views/livewire/run-command.blade.php
+++ b/resources/views/livewire/run-command.blade.php
@@ -1,16 +1,16 @@
diff --git a/resources/views/livewire/server/form.blade.php b/resources/views/livewire/server/form.blade.php
index 12cf4856e..691349d37 100644
--- a/resources/views/livewire/server/form.blade.php
+++ b/resources/views/livewire/server/form.blade.php
@@ -2,31 +2,27 @@
@isset($uptime)
diff --git a/resources/views/livewire/server/new/by-ip.blade.php b/resources/views/livewire/server/new/by-ip.blade.php
index 9f6827fdb..bde0a8bcf 100644
--- a/resources/views/livewire/server/new/by-ip.blade.php
+++ b/resources/views/livewire/server/new/by-ip.blade.php
@@ -1,21 +1,26 @@
Select a private key
@foreach ($private_keys as $key)
-
+ @if ($private_key_id == $key->id)
+
+ {{ $key->name }}
+ @else
+ {{ $key->name }}
+
+ @endif
@endforeach
diff --git a/resources/views/livewire/server/private-key.blade.php b/resources/views/livewire/server/private-key.blade.php
index ab5b30036..473b3054f 100644
--- a/resources/views/livewire/server/private-key.blade.php
+++ b/resources/views/livewire/server/private-key.blade.php
@@ -1,6 +1,6 @@
@forelse ($private_keys as $private_key)
-
+
{{ $private_key->name }}
@empty
No private keys found
@endforelse
diff --git a/resources/views/livewire/settings/form.blade.php b/resources/views/livewire/settings/form.blade.php
index cc9313f50..fd8fd0443 100644
--- a/resources/views/livewire/settings/form.blade.php
+++ b/resources/views/livewire/settings/form.blade.php
@@ -2,22 +2,22 @@
-
-
-
-
+
+
+
+
diff --git a/resources/views/livewire/switch-team.blade.php b/resources/views/livewire/switch-team.blade.php
index ee0055fdb..09319185e 100644
--- a/resources/views/livewire/switch-team.blade.php
+++ b/resources/views/livewire/switch-team.blade.php
@@ -1,6 +1,6 @@
@foreach (auth()->user()->otherTeams() as $team)
-
+ Switch to:
+ {{ $team->name }}
@endforeach
diff --git a/resources/views/private-key/new.blade.php b/resources/views/private-key/new.blade.php
index 631789b86..fca0c042b 100644
--- a/resources/views/private-key/new.blade.php
+++ b/resources/views/private-key/new.blade.php
@@ -1,4 +1,4 @@
New Private Key
-
+
diff --git a/resources/views/project/new.blade.php b/resources/views/project/new.blade.php
index 346e6710b..c490cab06 100644
--- a/resources/views/project/new.blade.php
+++ b/resources/views/project/new.blade.php
@@ -6,8 +6,9 @@
@endif
-
-
+
Public Repository
+
Private Repository (GitHub App)
+
@if ($type === 'project')
@endif
diff --git a/resources/views/project/resources.blade.php b/resources/views/project/resources.blade.php
index d197cd3d8..113e78dc5 100644
--- a/resources/views/project/resources.blade.php
+++ b/resources/views/project/resources.blade.php
@@ -1,5 +1,7 @@
- Resources
+
@foreach ($environment->applications as $application)
diff --git a/resources/views/server/show.blade.php b/resources/views/server/show.blade.php
index 757bf32bb..4a9646f85 100644
--- a/resources/views/server/show.blade.php
+++ b/resources/views/server/show.blade.php
@@ -1,11 +1,14 @@
Server
- {{ $server->privateKey->name }}
- Destinations
+ Destinations
+ New
+
@if ($server->standaloneDockers)
@foreach ($server->standaloneDockers as $docker)
Network: {{ data_get($docker, 'network') }}