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'))