Merge pull request #277 from SaraVieira/allow-paste-env

feat: Add ability to paste env files
This commit is contained in:
Andras Bacsai
2022-04-02 23:52:53 +02:00
committed by GitHub
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;
@@ -133,4 +134,6 @@
</tr>
</tbody>
</table>
<BatchSecrets {secrets} {id} {refreshSecrets} />
</div>