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 794d0dcae..545f102f3 100644 --- a/resources/views/livewire/project/shared/environment-variable/show.blade.php +++ b/resources/views/livewire/project/shared/environment-variable/show.blade.php @@ -42,10 +42,14 @@ @endif
@if ($type === 'service') - + @else @if ($env->is_shared) - + @@ -53,7 +57,9 @@ @if ($isSharedVariable) @else - + @if (!data_get($env, 'is_multiline'))