From f6cb39732af4da388e2fea0b7b311abca5efe5dd Mon Sep 17 00:00:00 2001
From: ayntk-ai <122374094+ayntk-ai@users.noreply.github.com>
Date: Mon, 12 Aug 2024 13:14:38 +0200
Subject: [PATCH 01/10] merge env save button
---
.../shared/environment-variable/all.blade.php | 17 ++++++++---------
1 file changed, 8 insertions(+), 9 deletions(-)
diff --git a/resources/views/livewire/project/shared/environment-variable/all.blade.php b/resources/views/livewire/project/shared/environment-variable/all.blade.php
index 649d59a20..d4e703499 100644
--- a/resources/views/livewire/project/shared/environment-variable/all.blade.php
+++ b/resources/views/livewire/project/shared/environment-variable/all.blade.php
@@ -48,16 +48,15 @@
@endforeach
@endif
@else
-
- @if ($showPreview)
-
- @endif
+ @endif
+
+ Save Environment Variables
+
@endif
-
+
\ No newline at end of file
From d13c321c3dca154430310e3520cd565ac8189c60 Mon Sep 17 00:00:00 2001
From: ayntk-ai <122374094+ayntk-ai@users.noreply.github.com>
Date: Mon, 12 Aug 2024 13:23:09 +0200
Subject: [PATCH 02/10] new submit metode
---
.../livewire/project/shared/environment-variable/all.blade.php | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/resources/views/livewire/project/shared/environment-variable/all.blade.php b/resources/views/livewire/project/shared/environment-variable/all.blade.php
index d4e703499..5226199c6 100644
--- a/resources/views/livewire/project/shared/environment-variable/all.blade.php
+++ b/resources/views/livewire/project/shared/environment-variable/all.blade.php
@@ -48,7 +48,7 @@
@endforeach
@endif
@else
-