From d6f87d3fb6cf7ce34592accb0d4dd3fca1c8f687 Mon Sep 17 00:00:00 2001 From: Andras Bacsai Date: Mon, 6 Nov 2023 17:25:54 +0100 Subject: [PATCH] fix: ui for labels --- .../project/application/general.blade.php | 21 ++++++++----------- 1 file changed, 9 insertions(+), 12 deletions(-) diff --git a/resources/views/livewire/project/application/general.blade.php b/resources/views/livewire/project/application/general.blade.php index cfa0b0e23..a5440aa03 100644 --- a/resources/views/livewire/project/application/general.blade.php +++ b/resources/views/livewire/project/application/general.blade.php @@ -50,15 +50,16 @@

Build

@if ($application->could_set_build_commands()) @if ($application->build_pack === 'nixpacks') -
Nixpacks will detect your package manager/configurations: Nixpacks documentation
+
Nixpacks will detect your package manager/configurations: Nixpacks documentation
You probably do not need to modify the commands below.
- - - + + +
@endif @endif @@ -103,11 +104,7 @@ - @if ($labelsChanged) - - @else - - @endif + Reset to Coolify Generated Labels

Advanced