This commit is contained in:
j3d1 2023-11-01 03:17:25 +01:00
parent 0b46fb152c
commit a7515d366c
3 changed files with 8 additions and 17 deletions

View file

@ -34,14 +34,9 @@
</div-->
<div class="mb-3">
<label for="image" class="form-label">Image</label>
<div>
<img v-for="file in files" :key="file.id" :alt="file.name"
:src="'https://toolshed.j3d1.de'+file.name" class="img-thumbnail border-info">
<!-- TODO replace dirty hack with proper solution -->
</div>
<div>
<authenticated-image v-for="file in files" :key="file.id" :src="file.name"
:owner="file.owner"></authenticated-image>
:owner="file.owner" class="img-thumbnail border-info"></authenticated-image>
</div>
</div>