disable swarm for the next release
This commit is contained in:
		@@ -12,7 +12,7 @@
 | 
				
			|||||||
                <option value="{{ $server->id }}">{{ $server->name }}</option>
 | 
					                <option value="{{ $server->id }}">{{ $server->name }}</option>
 | 
				
			||||||
            @endforeach
 | 
					            @endforeach
 | 
				
			||||||
        </x-forms.select>
 | 
					        </x-forms.select>
 | 
				
			||||||
        <x-forms.checkbox type="checkbox" id="is_swarm" label="Is it a Swarm network?" />
 | 
					        {{-- <x-forms.checkbox type="checkbox" id="is_swarm" label="Is it a Swarm network?" /> --}}
 | 
				
			||||||
        <x-forms.button type="submit">
 | 
					        <x-forms.button type="submit">
 | 
				
			||||||
            Save Destination
 | 
					            Save Destination
 | 
				
			||||||
        </x-forms.button>
 | 
					        </x-forms.button>
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -54,7 +54,7 @@
 | 
				
			|||||||
                    <x-forms.checkbox instantSave
 | 
					                    <x-forms.checkbox instantSave
 | 
				
			||||||
                        helper="If you are using Cloudflare Tunnels, enable this. It will proxy all ssh requests to your server through Cloudflare.<span class='text-warning'>Coolify does not install/setup Cloudflare (cloudflared) on your server.</span>"
 | 
					                        helper="If you are using Cloudflare Tunnels, enable this. It will proxy all ssh requests to your server through Cloudflare.<span class='text-warning'>Coolify does not install/setup Cloudflare (cloudflared) on your server.</span>"
 | 
				
			||||||
                        id="server.settings.is_cloudflare_tunnel" label="Cloudflare Tunnel" />
 | 
					                        id="server.settings.is_cloudflare_tunnel" label="Cloudflare Tunnel" />
 | 
				
			||||||
                    @if ($server->settings->is_swarm_worker)
 | 
					                    {{-- @if ($server->settings->is_swarm_worker)
 | 
				
			||||||
                        <x-forms.checkbox disabled instantSave type="checkbox" id="server.settings.is_swarm_manager"
 | 
					                        <x-forms.checkbox disabled instantSave type="checkbox" id="server.settings.is_swarm_manager"
 | 
				
			||||||
                            helper="For more information, please read the documentation <a class='text-white' href='https://coolify.io/docs/swarm' target='_blank'>here</a>."
 | 
					                            helper="For more information, please read the documentation <a class='text-white' href='https://coolify.io/docs/swarm' target='_blank'>here</a>."
 | 
				
			||||||
                            label="Is it a Swarm Manager?<span class='font-bold text-warning'>(alpha)</span>" />
 | 
					                            label="Is it a Swarm Manager?<span class='font-bold text-warning'>(alpha)</span>" />
 | 
				
			||||||
@@ -71,7 +71,7 @@
 | 
				
			|||||||
                        <x-forms.checkbox instantSave type="checkbox" id="server.settings.is_swarm_worker"
 | 
					                        <x-forms.checkbox instantSave type="checkbox" id="server.settings.is_swarm_worker"
 | 
				
			||||||
                            helper="For more information, please read the documentation <a class='text-white' href='https://coolify.io/docs/swarm' target='_blank'>here</a>."
 | 
					                            helper="For more information, please read the documentation <a class='text-white' href='https://coolify.io/docs/swarm' target='_blank'>here</a>."
 | 
				
			||||||
                            label="Is it a Swarm Worker?<span class='font-bold text-warning'>(alpha)</span>" />
 | 
					                            label="Is it a Swarm Worker?<span class='font-bold text-warning'>(alpha)</span>" />
 | 
				
			||||||
                    @endif
 | 
					                    @endif --}}
 | 
				
			||||||
                @endif
 | 
					                @endif
 | 
				
			||||||
 | 
					
 | 
				
			||||||
            </div>
 | 
					            </div>
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -25,7 +25,7 @@
 | 
				
			|||||||
                    @endif
 | 
					                    @endif
 | 
				
			||||||
                @endforeach
 | 
					                @endforeach
 | 
				
			||||||
            </x-forms.select>
 | 
					            </x-forms.select>
 | 
				
			||||||
            <div class="w-72">
 | 
					            {{-- <div class="w-72">
 | 
				
			||||||
                @if ($is_swarm_worker)
 | 
					                @if ($is_swarm_worker)
 | 
				
			||||||
                    <x-forms.checkbox disabled instantSave type="checkbox" id="is_swarm_manager"
 | 
					                    <x-forms.checkbox disabled instantSave type="checkbox" id="is_swarm_manager"
 | 
				
			||||||
                        helper="For more information, please read the documentation <a class='text-white' href='https://coolify.io/docs/swarm' target='_blank'>here</a>."
 | 
					                        helper="For more information, please read the documentation <a class='text-white' href='https://coolify.io/docs/swarm' target='_blank'>here</a>."
 | 
				
			||||||
@@ -44,7 +44,7 @@
 | 
				
			|||||||
                        helper="For more information, please read the documentation <a class='text-white' href='https://coolify.io/docs/swarm' target='_blank'>here</a>."
 | 
					                        helper="For more information, please read the documentation <a class='text-white' href='https://coolify.io/docs/swarm' target='_blank'>here</a>."
 | 
				
			||||||
                        label="Is it a Swarm Worker?<span class='font-bold text-warning'>(alpha)</span>" />
 | 
					                        label="Is it a Swarm Worker?<span class='font-bold text-warning'>(alpha)</span>" />
 | 
				
			||||||
                @endif
 | 
					                @endif
 | 
				
			||||||
            </div>
 | 
					            </div> --}}
 | 
				
			||||||
            <x-forms.button type="submit">
 | 
					            <x-forms.button type="submit">
 | 
				
			||||||
                Save New Server
 | 
					                Save New Server
 | 
				
			||||||
            </x-forms.button>
 | 
					            </x-forms.button>
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user