diff --git a/app/Livewire/Server/Resources.php b/app/Livewire/Server/Resources.php index 99d988271..194fd8269 100644 --- a/app/Livewire/Server/Resources.php +++ b/app/Livewire/Server/Resources.php @@ -55,7 +55,7 @@ public function mount() { } catch (\Throwable $e) { return handleError($e, $this); } - $this->loadUnmanagedContainers(); + // $this->loadUnmanagedContainers(); } public function render() { diff --git a/resources/views/livewire/server/resources.blade.php b/resources/views/livewire/server/resources.blade.php index 9c943eb65..807b3172b 100644 --- a/resources/views/livewire/server/resources.blade.php +++ b/resources/views/livewire/server/resources.blade.php @@ -68,7 +68,7 @@
-
+

Resources

Refresh