fix(ui): Traefik dashboard url not working
This commit is contained in:
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user