diff --git a/resources/views/livewire/notifications/email.blade.php b/resources/views/livewire/notifications/email.blade.php index f911251d5..594cf427b 100644 --- a/resources/views/livewire/notifications/email.blade.php +++ b/resources/views/livewire/notifications/email.blade.php @@ -3,7 +3,7 @@ Notifications | Coolify -
+

Email

@@ -33,7 +33,7 @@ label="Use Hosted Email Service" />
@else -
+
@@ -45,7 +45,7 @@
@endif @if (!$team->use_instance_email_settings) - + diff --git a/resources/views/livewire/project/resource/index.blade.php b/resources/views/livewire/project/resource/index.blade.php index cbe9f8a46..f7a795174 100644 --- a/resources/views/livewire/project/resource/index.blade.php +++ b/resources/views/livewire/project/resource/index.blade.php @@ -40,9 +40,6 @@ class="button">+ -
  • - -
  • diff --git a/resources/views/livewire/server/form.blade.php b/resources/views/livewire/server/form.blade.php index 938e47cbd..d8144e931 100644 --- a/resources/views/livewire/server/form.blade.php +++ b/resources/views/livewire/server/form.blade.php @@ -135,7 +135,7 @@ class="w-full mt-8 mb-4 font-bold box-without-bg bg-coollabs hover:bg-coollabs-1 @if ($server->isFunctional()) -

    Settings

    +

    Settings

    @@ -144,8 +144,8 @@ class="w-full mt-8 mb-4 font-bold box-without-bg bg-coollabs hover:bg-coollabs-1
    -
    -

    Sentinel

    +
    +

    Sentinel

    @if ($server->isSentinelEnabled()) Restart @endif diff --git a/resources/views/livewire/server/proxy.blade.php b/resources/views/livewire/server/proxy.blade.php index b7050b6ac..7c101050b 100644 --- a/resources/views/livewire/server/proxy.blade.php +++ b/resources/views/livewire/server/proxy.blade.php @@ -21,9 +21,9 @@ href="https://coolify.io/docs/knowledge-base/server/proxies#switch-between-proxies">this.
    @if ($server->proxyType() === 'TRAEFIK_V2') -

    Traefik

    +

    Traefik

    @elseif ($server->proxyType() === 'CADDY') -

    Caddy

    +

    Caddy

    @endif @if ( $server->proxy->last_applied_settings && diff --git a/resources/views/livewire/server/proxy/deploy.blade.php b/resources/views/livewire/server/proxy/deploy.blade.php index 32ddbb890..d485b4f9a 100644 --- a/resources/views/livewire/server/proxy/deploy.blade.php +++ b/resources/views/livewire/server/proxy/deploy.blade.php @@ -11,7 +11,7 @@ @if (data_get($server, 'proxy.status') === 'running') -
    +
    @if ($currentRoute === 'server.proxy' && $traefikDashboardAvailable && $server->proxyType() === 'TRAEFIK_V2')