fix(ui): Cloudflare tunnel configuration should be an info, not a warning
This commit is contained in:
@@ -41,7 +41,7 @@ class ConfigureCloudflareTunnels extends Component
|
||||
$server->ip = $this->ssh_domain;
|
||||
$server->save();
|
||||
$server->settings->save();
|
||||
$this->dispatch('warning', 'Cloudflare Tunnels configuration started.');
|
||||
$this->dispatch('info', 'Cloudflare Tunnels configuration started.');
|
||||
} catch (\Throwable $e) {
|
||||
return handleError($e, $this);
|
||||
}
|
||||
|
Reference in New Issue
Block a user