fix(ui): Disable livewire navigate feature (causing spam of setInterval())

This commit is contained in:
Andras Bacsai
2025-04-29 09:04:24 +02:00
parent 05e62f57fd
commit d47946a0ad
42 changed files with 235 additions and 276 deletions

View File

@@ -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"
wire:navigate href="{{ route('server.show', $resource->destination->server->uuid) }}">Server settings</a> to
href="{{ route('server.show', $resource->destination->server->uuid) }}">Server settings</a> to
enable
it.</div>
@else