fix(navbar): remove unnecessary x-init directive for loading proxy configuration
This commit is contained in:
parent
dcb793f9f4
commit
b8bffc1507
1 changed files with 1 additions and 1 deletions
|
|
@ -87,7 +87,7 @@ class="flex items-center gap-6 overflow-x-scroll sm:overflow-x-hidden scrollbar
|
|||
</x-slot:content>
|
||||
</x-slide-over>
|
||||
@if (data_get($server, 'proxy.status') === 'running')
|
||||
<div class="flex gap-2" x-init="$wire.loadProxyConfiguration">
|
||||
<div class="flex gap-2">
|
||||
<div class="mt-1" wire:loading wire:target="loadProxyConfiguration">
|
||||
<x-loading text="Checking Traefik dashboard" />
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Reference in a new issue