fix(ui): Traefik dashboard url not working

This commit is contained in:
peaklabs-dev
2025-01-22 14:40:23 +01:00
parent 3cf21d440e
commit 18be6deab7

View File

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