fix(ui): Cloudflare tunnel configuration should be an info, not a warning
This commit is contained in:
parent
23f803b879
commit
91d90ccb6c
1 changed files with 1 additions and 1 deletions
|
|
@ -41,7 +41,7 @@ public function submit()
|
|||
$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);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue