fix(server): revalidate server button not showing in server's page

This commit is contained in:
Victor 2024-02-17 12:43:49 -03:00
parent 6ddff8fae1
commit 024769c402

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