fix: editable ip

fix: traefik dashboard
This commit is contained in:
Andras Bacsai
2023-09-14 11:37:20 +02:00
parent 49f8abcd79
commit 3c8c8e20b1
2 changed files with 6 additions and 10 deletions

View File

@@ -11,7 +11,7 @@
@if (data_get($server, 'proxy.status') === 'running')
<div class="flex gap-4">
<button>
<a target="_blank" href="{{ base_url(false) }}:8080">
<a target="_blank" href="http://{{$server->ip}}:8080">
Traefik Dashboard
<x-external-link />
</a>