mirror of
https://github.com/ershisan99/coolify.git
synced 2025-12-28 12:33:40 +00:00
do not load charts on mount
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user