+
{{-- Main --}}
diff --git a/resources/views/components/navbar.blade.php b/resources/views/components/navbar.blade.php
index e97f36e46..43f9661e7 100644
--- a/resources/views/components/navbar.blade.php
+++ b/resources/views/components/navbar.blade.php
@@ -20,7 +20,6 @@
@endif
-
@@ -28,7 +27,7 @@
diff --git a/resources/views/livewire/force-upgrade.blade.php b/resources/views/livewire/force-upgrade.blade.php
index caa322a8f..a70a8d702 100644
--- a/resources/views/livewire/force-upgrade.blade.php
+++ b/resources/views/livewire/force-upgrade.blade.php
@@ -1,5 +1,5 @@
@if (auth()->user()->teams->contains(0))
-
+
@endif
diff --git a/resources/views/livewire/project/application/deploy.blade.php b/resources/views/livewire/project/application/deploy.blade.php
index ae5e75e2d..ba2ca0892 100644
--- a/resources/views/livewire/project/application/deploy.blade.php
+++ b/resources/views/livewire/project/application/deploy.blade.php
@@ -12,24 +12,11 @@
Delete
@if ($application->status === 'running')
- @if (data_get($application, 'ports_mappings_array'))
- @foreach ($application->ports_mappings_array as $port)
- @if (config('app.env') === 'local')
- Open
- {{ explode(':', $port)[0] }}
- @else
- Open
- {{ $port }}
- @endif
- @endforeach
- @endif
Loading current status...
{{ $application->status }}
@else
Loading current status...
{{ $application->status }}
@endif
-
diff --git a/resources/views/livewire/project/application/revert.blade.php b/resources/views/livewire/project/application/revert.blade.php
index 158446fda..58e8627c2 100644
--- a/resources/views/livewire/project/application/revert.blade.php
+++ b/resources/views/livewire/project/application/revert.blade.php
@@ -14,8 +14,9 @@
@if (data_get($image, 'is_current'))
LIVE
+ |
@endif
- | {{ data_get($image, 'tag') }}
+ {{ data_get($image, 'tag') }}