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:
@@ -11,7 +11,6 @@
|
||||
}
|
||||
};
|
||||
}
|
||||
|
||||
return {
|
||||
status: res.status,
|
||||
error: new Error(`Could not load ${endpoint}`)
|
||||
@@ -31,6 +30,7 @@
|
||||
import Explainer from '$lib/components/Explainer.svelte';
|
||||
import { errorNotification } from '$lib/form';
|
||||
import { toast } from '@zerodevx/svelte-toast';
|
||||
import BatchSecrets from '../secrets/_BatchSecrets.svelte';
|
||||
|
||||
const { id } = $page.params;
|
||||
async function refreshSecrets() {
|
||||
@@ -116,3 +116,4 @@
|
||||
{/if}
|
||||
</div>
|
||||
</div>
|
||||
<BatchSecrets secrets={PRMRSecrets} {id} {refreshSecrets} />
|
||||
|
||||
Reference in New Issue
Block a user