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 &&
|
$traefikDashboardAvailable &&
|
||||||
$server->proxyType() === ProxyTypes::TRAEFIK->value)
|
$server->proxyType() === ProxyTypes::TRAEFIK->value)
|
||||||
<button>
|
<button>
|
||||||
<a wire:navigate target="_blank" href="http://{{ $serverIp }}:8080">
|
<a target="_blank" href="http://{{ $serverIp }}:8080">
|
||||||
Traefik Dashboard
|
Traefik Dashboard
|
||||||
<x-external-link />
|
<x-external-link />
|
||||||
</a>
|
</a>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue