fix: only show redeployment required if status is not exited
This commit is contained in:
@@ -212,6 +212,9 @@ class Application extends BaseModel
|
||||
|
||||
);
|
||||
}
|
||||
public function isExited() {
|
||||
return (bool) str($this->status)->startsWith('exited');
|
||||
}
|
||||
public function realStatus()
|
||||
{
|
||||
return $this->getRawOriginal('status');
|
||||
|
Reference in New Issue
Block a user