Upload files to "frontend/templates/partials"

This commit is contained in:
Thierry 2026-04-01 21:34:16 +02:00
parent 0bce1a25c7
commit 41872246ce
2 changed files with 41 additions and 0 deletions

View file

@ -0,0 +1,14 @@
<div class="w-full flex flex-col gap-2">
<div class="flex items-center justify-between px-1">
<span class="text-sm text-base-content/50">
Nuage actif : <code>{{ pc_id }}</code>
</span>
<a href="{{ embed_url }}" target="_blank" class="btn btn-ghost btn-xs">↗ Plein écran</a>
</div>
<iframe
src="{{ embed_url }}"
class="w-full rounded-lg border border-base-300"
style="height: 680px;"
allowfullscreen
></iframe>
</div>