fix: more wire:navigate

This commit is contained in:
peaklabs-dev
2025-01-10 15:20:01 +01:00
parent 26b394195a
commit a1dbcb5f4d
18 changed files with 51 additions and 48 deletions

View File

@@ -14,7 +14,7 @@
$traefikDashboardAvailable &&
$server->proxyType() === ProxyTypes::TRAEFIK->value)
<button>
<a target="_blank" href="http://{{ $serverIp }}:8080">
<a wire:navigate target="_blank" href="http://{{ $serverIp }}:8080">
Traefik Dashboard
<x-external-link />
</a>