fix: monaco editor

fix: apex charts
This commit is contained in:
Andras Bacsai
2024-06-24 11:21:39 +02:00
parent f2c8a6bac5
commit 5201818f52
12 changed files with 492 additions and 582 deletions

View File

@@ -59,15 +59,6 @@ class Logs extends Component
}
}
public function loadMetrics()
{
return;
$server = data_get($this->resource, 'destination.server');
if ($server->isFunctional()) {
$this->cpu = $server->getCpuMetrics();
}
}
public function mount()
{
try {
@@ -122,7 +113,6 @@ class Logs extends Component
}
$this->loadMetrics();
} catch (\Exception $e) {
return handleError($e, $this);
}