mirror of
https://github.com/ershisan99/coolify.git
synced 2026-01-30 05:02:12 +00:00
Fix styling
This commit is contained in:
committed by
github-actions[bot]
parent
23ed697b98
commit
ce15f8f1dd
@@ -41,6 +41,7 @@ class ServerCpu extends Component
|
||||
return handleError($e, $this);
|
||||
}
|
||||
}
|
||||
|
||||
public function setInterval()
|
||||
{
|
||||
$this->loadData();
|
||||
|
||||
@@ -14,12 +14,14 @@ class ServerMemory extends Component
|
||||
public $data;
|
||||
|
||||
public $categories;
|
||||
|
||||
public $interval = 5;
|
||||
|
||||
public function render()
|
||||
{
|
||||
return view('livewire.charts.server-memory');
|
||||
}
|
||||
|
||||
public function mount()
|
||||
{
|
||||
$this->loadData();
|
||||
@@ -39,7 +41,9 @@ class ServerMemory extends Component
|
||||
return handleError($e, $this);
|
||||
}
|
||||
}
|
||||
public function setInterval() {
|
||||
|
||||
public function setInterval()
|
||||
{
|
||||
$this->loadData();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user