Merge pull request #1757 from victor-teles/fix/revalidate-server-button

fix(server): revalidate server button not showing in server's page
This commit is contained in:
Andras Bacsai 2024-02-19 09:21:50 +01:00 committed by GitHub
commit 8dd45cd388
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,7 +2,7 @@
<form wire:submit.prevent='submit' class="flex flex-col">
<div class="flex gap-2">
<h2>General</h2>
@if ($server->id !== 0)
@if ($server->id === 0)
<x-new-modal buttonTitle="Save" title="Change Localhost" action="submit">
You could lost a lot of functionalities if you change the server details of the server where Coolify
is