diff --git a/bootstrap/helpers/shared.php b/bootstrap/helpers/shared.php index 68813cec2..560bc1ebb 100644 --- a/bootstrap/helpers/shared.php +++ b/bootstrap/helpers/shared.php @@ -2907,8 +2907,7 @@ function getHelperVersion(): string return $settings->dev_helper_version; } - // In production or when dev_helper_version is not set, use the configured helper_version - return $settings->helper_version ?? config('constants.coolify.helper_version'); + return config('constants.coolify.helper_version'); } function loadConfigFromGit(string $repository, string $branch, string $base_directory, int $server_id, int $team_id) diff --git a/resources/views/livewire/settings/index.blade.php b/resources/views/livewire/settings/index.blade.php index ac247f7bd..85c151399 100644 --- a/resources/views/livewire/settings/index.blade.php +++ b/resources/views/livewire/settings/index.blade.php @@ -1,28 +1,29 @@
Settings | Coolify - - -
- -
-
-

General

- - Save - -
-
General configuration for your Coolify instance.
+ + +
+ + +
+

General

+ + Save + +
+
General configuration for your Coolify instance.
-
-
-
- - -
+
+
+ + +
-
- - -
-
-
- - - - +
+ +
-
- +
+
+ + + + +
+
+ +
-
-
- - -
- @if(isDev()) -
-
- +
+ +
-
- - Build Image - -
-
- @if($buildActivityId) -
- -
- @endif - @endif + + @if($buildActivityId) +
+ +
+ @endif + @if(isDev()) + + +
+ @endif
-
- - - - -
    -
  • The Coolify instance domain will conflict with existing resources
  • -
  • SSL certificates might not work correctly
  • -
  • Routing behavior will be unpredictable
  • -
  • You may not be able to access the Coolify dashboard properly
  • -
-
-
-
-
+ + + + +
    +
  • The Coolify instance domain will conflict with existing resources
  • +
  • SSL certificates might not work correctly
  • +
  • Routing behavior will be unpredictable
  • +
  • You may not be able to access the Coolify dashboard properly
  • +
+
+
+
+
\ No newline at end of file