disable swarm for the next release

This commit is contained in:
Andras Bacsai
2023-12-18 17:13:22 +01:00
parent 8ae385b9f9
commit 70c662daf8
3 changed files with 5 additions and 5 deletions

View File

@@ -12,7 +12,7 @@
<option value="{{ $server->id }}">{{ $server->name }}</option>
@endforeach
</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">
Save Destination
</x-forms.button>