feat: Add abilitry to paste env files

This commit is contained in:
Sara Vieira
2022-04-02 23:25:55 +02:00
parent 986c5b7133
commit b80e0d15fb
8 changed files with 125 additions and 32 deletions

View File

@@ -26,6 +26,7 @@
import { getDomain } from '$lib/components/common';
import { page } from '$app/stores';
import { get } from '$lib/api';
import BatchSecrets from './_BatchSecrets.svelte';
const { id } = $page.params;
@@ -68,4 +69,6 @@
</tr>
</tbody>
</table>
<BatchSecrets {secrets} {id} {refreshSecrets} />
</div>