do not load charts on mount

This commit is contained in:
Andras Bacsai
2024-06-19 10:33:34 +02:00
parent 07e55b2636
commit fa99cbce4a
4 changed files with 2 additions and 12 deletions

View File

@@ -24,11 +24,6 @@ class ServerCpu extends Component
return view('livewire.charts.server-cpu');
}
public function mount()
{
$this->loadData();
}
public function pollData()
{
if ($this->poll || $this->interval <= 10) {

View File

@@ -34,11 +34,6 @@ class ServerMemory extends Component
}
}
public function mount()
{
$this->loadData();
}
public function loadData()
{
try {