fix(ui): Traefik dashboard url not working
This commit is contained in:
parent
3cf21d440e
commit
18be6deab7
1 changed files with 1 additions and 1 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue