mirror of
https://github.com/coollabsio/coolify.git
synced 2026-03-11 08:55:47 +00:00
fix: refresh server data before showing notification to ensure accurate proxy status
This commit is contained in:
parent
f4e5c195fe
commit
77dcabe51c
1 changed files with 1 additions and 0 deletions
|
|
@ -118,6 +118,7 @@ class Navbar extends Component
|
|||
|
||||
public function showNotification()
|
||||
{
|
||||
$this->server->refresh();
|
||||
$this->proxyStatus = $this->server->proxy->status ?? 'unknown';
|
||||
$forceStop = $this->server->proxy->force_stop ?? false;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue