fix: proxy UI

This commit is contained in:
Andras Bacsai
2023-07-28 14:44:26 +02:00
parent 6aa6f4c8a2
commit 5b6406d09d
10 changed files with 52 additions and 113 deletions

View File

@@ -14,7 +14,7 @@ class Status extends Component
{
$this->server->refresh();
}
public function proxyStatus()
public function get_status()
{
try {
dispatch_sync(new ProxyContainerStatusJob(
@@ -25,4 +25,4 @@ class Status extends Component
ray($e->getMessage());
}
}
}
}