UI Fixes and DeviceList changes

This commit is contained in:
N-Pex 2025-05-12 18:21:48 +02:00
parent d766f9a0e3
commit a1d729d812
5 changed files with 38 additions and 48 deletions

View file

@ -1,5 +1,5 @@
<template>
<img v-if="imageSrc" :src="imageSrc" />
<img v-if="imageSrc" :src="imageSrc" style="width:100%;height:100%" />
</template>
<script>