From 68e8d6904dd29289413adfd52465138e28dae59f Mon Sep 17 00:00:00 2001
From: Andras Bacsai <5845193+andrasbacsai@users.noreply.github.com>
Date: Tue, 14 Apr 2026 17:14:49 +0200
Subject: [PATCH] feat(env): add buildtime and runtime checkboxes for shared
variables
Add is_buildtime and is_runtime checkboxes to shared environment
variable UI, shown in both editable and read-only (disabled) states.
---
.../environment-variable/show.blade.php | 24 +++++++++++++++++++
1 file changed, 24 insertions(+)
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 b873a6f05..6630d0500 100644
--- a/resources/views/livewire/project/shared/environment-variable/show.blade.php
+++ b/resources/views/livewire/project/shared/environment-variable/show.blade.php
@@ -43,6 +43,12 @@
@endif
@else
@if ($is_shared)
+
+
@@ -89,6 +95,12 @@
@endif
@else
@if ($is_shared)
+
+
@@ -209,6 +221,12 @@
@endif
@else
@if ($is_shared)
+
+
@@ -283,6 +301,12 @@
@endif
@else
@if ($is_shared)
+
+