2023-06-15 07:15:41 +00:00
|
|
|
<form wire:submit.prevent='submit' class="flex flex-col gap-2 xl:items-end xl:flex-row"">
|
|
|
|
<x-forms.input placeholder="NODE_ENV" noDirty id="key" label="Name" required />
|
|
|
|
<x-forms.input placeholder="production" noDirty id="value" label="Value" required />
|
2023-06-22 08:04:39 +00:00
|
|
|
<x-forms.checkbox class="w-96" noDirty id="is_build_time" label="Build Variable?" />
|
2023-06-15 07:15:41 +00:00
|
|
|
<x-forms.button type="submit">
|
|
|
|
Add New Variable
|
|
|
|
</x-forms.button>
|
2023-05-04 20:29:14 +00:00
|
|
|
</form>
|