chore: Update navbar and configuration to improve service status check functionality
This commit is contained in:
@@ -49,6 +49,11 @@ class Navbar extends Component
|
||||
}
|
||||
}
|
||||
|
||||
public function check_status_without_notification()
|
||||
{
|
||||
$this->dispatch('check_status');
|
||||
}
|
||||
|
||||
public function check_status()
|
||||
{
|
||||
$this->dispatch('check_status');
|
||||
|
||||
Reference in New Issue
Block a user