Skip to content

Source code

Source code

src/showcase/pages/components/vnc.html

This file is included in this documentation build. It is displayed as code and is not executed.

Download source

<!--
Demonstrate the remote desktop / novnc component on its own lazy route.

@author Laurent Declercq l.declercq@agon-innovation.ch
@version 20260921
-->
<section x-data="componentVnc" class="component-library">
  <include src="partials/components/page-header.html" locals='{"title":"componentVnc"}'></include>
  <div class="catalog-grid">
    <article class="card full">
      <header class="card-header"><h2 x-text="$t('galleryVnc')"></h2></header>
      <div class="card-body">
        <p class="text-muted" x-text="$t('galleryConsoleIntro')"></p>
        <div x-data="uiVnc(vncOptions)"><include src="{{ uiRoot }}/vnc.html"></include></div>
      </div>
    </article>
  </div>
</section>