fix: increase polling time for services
fix: allow domain as ip address
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user