Upload files to "frontend/templates/partials"
This commit is contained in:
parent
0bce1a25c7
commit
41872246ce
2 changed files with 41 additions and 0 deletions
14
frontend/templates/partials/viewer.html
Normal file
14
frontend/templates/partials/viewer.html
Normal 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>
|
||||
Loading…
Add table
Add a link
Reference in a new issue