feat: database secrets

This commit is contained in:
Andras Bacsai
2022-09-07 11:40:52 +02:00
parent f4bac2382c
commit 6fa4741c81
11 changed files with 497 additions and 28 deletions

View File

@@ -129,6 +129,6 @@
<h2 class="title my-6 font-bold">Paste .env file</h2>
<form on:submit|preventDefault={getValues} class="mb-12 w-full">
<textarea bind:value={batchSecrets} class="mb-2 min-h-[200px] w-full" />
<button class="btn btn-sm bg-applications" type="submit">Batch add secrets</button>
<button class="btn btn-sm bg-services" type="submit">Batch add secrets</button>
</form>
</div>