fix: Random network name for demo
This commit is contained in:
		@@ -61,8 +61,8 @@
 | 
			
		||||
		class:hover:text-red-500={$session.isAdmin}
 | 
			
		||||
		class="icons tooltip-bottom bg-transparent text-sm"
 | 
			
		||||
		data-tooltip={$session.isAdmin
 | 
			
		||||
			? 'Delete Git Source'
 | 
			
		||||
			: 'You do not have permission to delete a Git Source'}><DeleteIcon /></button
 | 
			
		||||
			? 'Delete Destination'
 | 
			
		||||
			: 'You do not have permission to delete this destination'}><DeleteIcon /></button
 | 
			
		||||
	>
 | 
			
		||||
</nav>
 | 
			
		||||
<slot />
 | 
			
		||||
 
 | 
			
		||||
@@ -1,6 +1,6 @@
 | 
			
		||||
<script>
 | 
			
		||||
	import Docker from './_Docker.svelte';
 | 
			
		||||
 | 
			
		||||
	import cuid from 'cuid';
 | 
			
		||||
	let payload = {};
 | 
			
		||||
	let selected = 'docker';
 | 
			
		||||
 | 
			
		||||
@@ -15,7 +15,7 @@
 | 
			
		||||
					user: 'root',
 | 
			
		||||
					port: 22,
 | 
			
		||||
					privateKey: null,
 | 
			
		||||
					network: 'coolify',
 | 
			
		||||
					network: cuid(),
 | 
			
		||||
					isCoolifyProxyUsed: true
 | 
			
		||||
				};
 | 
			
		||||
				break;
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user