mirror of
https://github.com/ershisan99/coolify.git
synced 2026-01-30 05:02:12 +00:00
Merge pull request #277 from SaraVieira/allow-paste-env
feat: Add ability 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() {
|
||||
@@ -183,3 +183,4 @@
|
||||
{/if}
|
||||
</div>
|
||||
</div>
|
||||
<BatchSecrets secrets={PRMRSecrets} {id} {refreshSecrets} />
|
||||
|
||||
Reference in New Issue
Block a user