fix: create destination properly

This commit is contained in:
Andras Bacsai
2025-01-12 17:26:28 +01:00
parent 0905479c8b
commit 18f03dc173
2 changed files with 14 additions and 3 deletions

View File

@@ -83,9 +83,7 @@ class Docker extends Component
]);
}
}
$connectProxyToDockerNetworks = connectProxyToNetworks($this->selectedServer);
instant_remote_process($connectProxyToDockerNetworks, $this->selectedServer, false);
$this->dispatch('reloadWindow');
$this->redirect(route('destination.show', $docker->uuid));
} catch (\Throwable $e) {
return handleError($e, $this);
}