mirror of
https://github.com/ershisan99/coolify.git
synced 2025-12-17 04:59:30 +00:00
fix: deployment cancel/debug buttons
This commit is contained in:
@@ -16,8 +16,8 @@ class DeploymentNavbar extends Component
|
|||||||
protected $listeners = ['deploymentFinished'];
|
protected $listeners = ['deploymentFinished'];
|
||||||
|
|
||||||
public ApplicationDeploymentQueue $application_deployment_queue;
|
public ApplicationDeploymentQueue $application_deployment_queue;
|
||||||
private Application $application;
|
public Application $application;
|
||||||
private Server $server;
|
public Server $server;
|
||||||
public bool $is_debug_enabled = false;
|
public bool $is_debug_enabled = false;
|
||||||
|
|
||||||
public function mount()
|
public function mount()
|
||||||
@@ -66,4 +66,4 @@ class DeploymentNavbar extends Component
|
|||||||
return general_error_handler(err: $e, that: $this);
|
return general_error_handler(err: $e, that: $this);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user