mirror of
https://github.com/ershisan99/coolify.git
synced 2026-02-02 12:34:49 +00:00
Merge pull request #277 from SaraVieira/allow-paste-env
feat: Add ability 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;
|
||||
|
||||
@@ -133,4 +134,6 @@
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
<BatchSecrets {secrets} {id} {refreshSecrets} />
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user