-
+ {{-- --}}
@if ($server->id === 0)
@@ -23,9 +29,7 @@
- Save
-
-
+
@if ($server->settings->is_validated)
Check Connection
@else
@@ -34,9 +38,7 @@
{{-- Install Docker --}}
-
- Delete
-
+
@isset($uptime)
diff --git a/resources/views/livewire/server/proxy.blade.php b/resources/views/livewire/server/proxy.blade.php
index 57653eb9e..bf8aff14e 100644
--- a/resources/views/livewire/server/proxy.blade.php
+++ b/resources/views/livewire/server/proxy.blade.php
@@ -8,21 +8,22 @@
@if ($server->extra_attributes->proxy_type)
+
Actions
@if (
$server->extra_attributes->last_applied_proxy_settings &&
$server->extra_attributes->last_saved_proxy_settings !== $server->extra_attributes->last_applied_proxy_settings)
Configuration out of sync.
-
+
Reconfigure
@endif
@if ($server->extra_attributes->proxy_status !== 'running')
-
+
Start
@else
- Stop
+ Stop
@endif
@@ -33,10 +34,10 @@
@isset($proxy_settings)
- Configuration
@if ($selectedProxy->value === 'TRAEFIK_V2')