From a4d0f1da9e34854edd1cbf2c636f37ae7daf1339 Mon Sep 17 00:00:00 2001 From: Alexandre Tolstenko Nogueira Date: Fri, 20 Sep 2024 14:12:15 -0400 Subject: [PATCH] Add hint to "build variable" check in the enviroment variable tab. remember the user what should be doing in order to make it work. #3477 --- .../shared/environment-variable/add.blade.php | 4 +++- .../shared/environment-variable/show.blade.php | 12 +++++++++--- 2 files changed, 12 insertions(+), 4 deletions(-) diff --git a/resources/views/livewire/project/shared/environment-variable/add.blade.php b/resources/views/livewire/project/shared/environment-variable/add.blade.php index 7c9fa711b..dc0457505 100644 --- a/resources/views/livewire/project/shared/environment-variable/add.blade.php +++ b/resources/views/livewire/project/shared/environment-variable/add.blade.php @@ -4,7 +4,9 @@ @if (data_get($parameters, 'application_uuid')) - + @endif @if (!$shared) diff --git a/resources/views/livewire/project/shared/environment-variable/show.blade.php b/resources/views/livewire/project/shared/environment-variable/show.blade.php index 3499d8c00..ca1dd778f 100644 --- a/resources/views/livewire/project/shared/environment-variable/show.blade.php +++ b/resources/views/livewire/project/shared/environment-variable/show.blade.php @@ -41,10 +41,14 @@ @endif
@if ($type === 'service') - + @else @if ($env->is_shared) - + @@ -52,7 +56,9 @@ @if ($isSharedVariable) @else - + @if (!data_get($env, 'is_multiline'))