fix: increase polling time for services

fix: allow domain as ip address
This commit is contained in:
Andras Bacsai
2023-11-03 10:57:58 +01:00
parent a0031efce0
commit 0cd3a3d848
10 changed files with 12 additions and 16 deletions

View File

@@ -19,10 +19,6 @@ class Navbar extends Component
return view('livewire.project.service.navbar');
}
public function checkStatus()
{
$this->emit('checkStatus');
}
public function deploy()
{
$this->service->parse();