feat: add titles
This commit is contained in:
@@ -1,4 +1,7 @@
|
||||
<div>
|
||||
<x-slot:title>
|
||||
Environment Variables | Coolify
|
||||
</x-slot>
|
||||
<div class="flex gap-2">
|
||||
<h1>Environments</h1>
|
||||
</div>
|
||||
|
||||
@@ -1,4 +1,7 @@
|
||||
<div>
|
||||
<x-slot:title>
|
||||
Environment Variable | Coolify
|
||||
</x-slot>
|
||||
<div class="flex gap-2">
|
||||
<h1>Shared Variables for {{ $project->name }}/{{ $environment->name }}</h1>
|
||||
<x-modal-input buttonTitle="+ Add" title="New Shared Variable">
|
||||
|
||||
Reference in New Issue
Block a user