-
- Show Deployable Compose
-
-
- Show Source
- Compose
-
+
+
+ Show Deployable Compose
+
+
+ Show Source
+ Compose
-
+ @if (blank($service->service_type))
+
+ Validate
+
+ @endif
+
Save
diff --git a/resources/views/livewire/project/service/file-storage.blade.php b/resources/views/livewire/project/service/file-storage.blade.php
index b37137923..550b43c20 100644
--- a/resources/views/livewire/project/service/file-storage.blade.php
+++ b/resources/views/livewire/project/service/file-storage.blade.php
@@ -21,15 +21,6 @@
]" confirmationText="{{ $fs_path }}"
confirmationLabel="Please confirm the execution of the actions by entering the Filepath below"
shortConfirmationLabel="Filepath" :confirmWithPassword="false" step2ButtonText="Convert to file" />
- @else
-
- @endif
- @if ($fileStorage->is_directory)
@else
+
@endif
-
- @if (!$fileStorage->is_based_on_git)
+ {{-- @if (!$fileStorage->is_based_on_git)
This storage will be deleted. It is not reversible. Please
@@ -58,7 +54,7 @@
label="Permanently delete file from the server?">
@endif
- @endif
+ @endif --}}
@if (!$fileStorage->is_directory)
@if (data_get($resource, 'settings.is_preserve_repository_enabled'))
@@ -75,6 +71,5 @@
Save
@endif
@endif
-
diff --git a/resources/views/livewire/project/shared/scheduled-task/all.blade.php b/resources/views/livewire/project/shared/scheduled-task/all.blade.php
index 034954810..296b60dc8 100644
--- a/resources/views/livewire/project/shared/scheduled-task/all.blade.php
+++ b/resources/views/livewire/project/shared/scheduled-task/all.blade.php
@@ -3,9 +3,9 @@