wip
This commit is contained in:
@@ -13,6 +13,11 @@ class Proxy extends Component
|
||||
|
||||
protected string $selectedProxy = '';
|
||||
|
||||
public $is_proxy_installed;
|
||||
|
||||
public $is_check_proxy_complete = false;
|
||||
public $is_proxy_settings_in_sync = false;
|
||||
|
||||
public function mount(Server $server)
|
||||
{
|
||||
$this->server = $server;
|
||||
@@ -25,6 +30,14 @@ class Proxy extends Component
|
||||
$this->emit('newMonitorActivity', $activity->id);
|
||||
}
|
||||
|
||||
public function checkProxySettingsInSync()
|
||||
{
|
||||
|
||||
|
||||
$this->is_check_proxy_complete = true;
|
||||
$this->is_proxy_settings_in_sync = true;
|
||||
}
|
||||
|
||||
public function render()
|
||||
{
|
||||
return view('livewire.server.proxy');
|
||||
|
||||
Reference in New Issue
Block a user