From 7fe3b78d45dacee8234c0841ca2b9ee9b9ccd159 Mon Sep 17 00:00:00 2001
From: ayntk-ai <122374094+ayntk-ai@users.noreply.github.com>
Date: Wed, 4 Sep 2024 19:41:10 +0200
Subject: [PATCH] Feat: Environment variabel deletion
---
.../environment-variable/show.blade.php | 54 ++++++++++++++-----
1 file changed, 42 insertions(+), 12 deletions(-)
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 1cb2f222c..a1f34d2e0 100644
--- a/resources/views/livewire/project/shared/environment-variable/show.blade.php
+++ b/resources/views/livewire/project/shared/environment-variable/show.blade.php
@@ -20,10 +20,20 @@
-
- You will delete environment variable {{ $env->key }}.
-
+
@else
@if ($isDisabled)
@@ -79,10 +89,20 @@
Lock
-
- You will delete environment variable {{ $env->key }}.
-
+
@else
Update
@@ -90,10 +110,20 @@
Lock
-
- You will delete environment variable {{ $env->key }}.
-
+
@endif
@endif