feat: add titles

This commit is contained in:
Andras Bacsai
2024-06-07 11:01:10 +02:00
parent a7a9aab189
commit 35cea852ca
57 changed files with 175 additions and 5 deletions

View File

@@ -1,4 +1,7 @@
<div>
<x-slot:title>
Environment Variables | Coolify
</x-slot>
<div class="flex gap-2">
<h1>Environments</h1>
</div>

View File

@@ -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">

View File

@@ -1,4 +1,7 @@
<div>
<x-slot:title>
Shared Variables | Coolify
</x-slot>
<div class="flex items-start gap-2">
<h1>Shared Variables</h1>
</div>

View File

@@ -1,4 +1,7 @@
<div>
<x-slot:title>
Project Variables | Coolify
</x-slot>
<div class="flex gap-2">
<h1>Projects</h1>
</div>

View File

@@ -1,4 +1,7 @@
<div>
<x-slot:title>
Project Variable | Coolify
</x-slot>
<div class="flex gap-2">
<h1>Shared Variables for {{data_get($project,'name')}}</h1>
<x-modal-input buttonTitle="+ Add" title="New Shared Variable">

View File

@@ -1,4 +1,7 @@
<div>
<x-slot:title>
Team Variables | Coolify
</x-slot>
<div class="flex gap-2">
<h1>Team Shared Variables</h1>
<x-modal-input buttonTitle="+ Add" title="New Shared Variable">