fix(ui): use wire:navigate to navigate to the server settings page
This commit is contained in:
parent
7cc90f02c5
commit
08e6c68513
1 changed files with 1 additions and 1 deletions
|
|
@ -8,7 +8,7 @@
|
|||
@elseif(!$resource->destination->server->isMetricsEnabled())
|
||||
<div class="alert alert-warning">Metrics are only available for servers with Sentinel & Metrics enabled!</div>
|
||||
<div> Go to <a class="underline dark:text-white"
|
||||
href="{{ route('server.show', $resource->destination->server->uuid) }}">Server settings</a> to
|
||||
wire:navigate href="{{ route('server.show', $resource->destination->server->uuid) }}">Server settings</a> to
|
||||
enable
|
||||
it.</div>
|
||||
@else
|
||||
|
|
|
|||
Loading…
Reference in a new issue