This commit is contained in:
Andras Bacsai
2023-05-09 15:10:32 +02:00
parent e69040c799
commit 112082b643
3 changed files with 9 additions and 4 deletions

View File

@@ -22,7 +22,7 @@ class Form extends Component
}
public function delete()
{
instantRemoteProcess(['docker network rm -f ' . $this->destination->network], $this->destination->server);
// instantRemoteProcess(['docker network rm -f ' . $this->destination->network], $this->destination->server);
$this->destination->delete();
return redirect()->route('dashboard');
}