mirror of
https://github.com/tiennm99/coolify.git
synced 2026-04-19 11:20:56 +00:00
fix: refresh server data before showing notification to ensure accurate proxy status
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user