mirror of
https://github.com/ershisan99/coolify.git
synced 2026-01-29 20:52:10 +00:00
feat: Add abilitry to paste env files
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user