UIX update for alpha release

This commit is contained in:
Jesse Malotaux 2025-04-11 19:31:43 +02:00
parent 510e22d82d
commit cf0ef8bd92
5 changed files with 9 additions and 13 deletions

View file

@ -4,8 +4,8 @@
{{ isLocal() ? 'Remote devices' : 'Server' }}
</h1>
<div class="grid gap-8 pr-2 panel__content">
<ServerView v-if="isLocal()" />
<RemoteView v-else />
<ServerView />
<RemoteView />
</div>
</div>
</template>