remote-access/terminal-viewer/terminal-viewer.component.ts

Implements

AfterViewInit OnDestroy

Metadata

Relationships

Used by

No results matching.

<c8y-title>Terminal Viewer: {{ title | translate }}</c8y-title>

@if (firstDeviceMessageReceived()) {
  <c8y-action-bar-item [placement]="'right'">
    <button
      class="btn btn-link"
      (click)="toggleFullscreen()"
    >
      <i [c8yIcon]="'expand'"></i>
      <span translate>Fullscreen</span>
    </button>
  </c8y-action-bar-item>
}

<div class="content-fullpage">
  <div
    class="inner-scroll"
    id="terminal-screen"
  ></div>
</div>

results matching ""

    No results matching ""