core/dashboard/wiget-time-context/realtime-control/realtime-control.component.ts

Implements

ControlValueAccessor

Metadata

Relationships

 <button
  class="btn btn-icon c8y-realtime"
  [attr.aria-label]="(value ? disableRealtimeLabel : enableRealtimeLabel) | translate"
  tooltip="{{ (value ? disableRealtimeLabel : enableRealtimeLabel) | translate }}"
  placement="top"
  container="body"
  type="button"
  (click)="onChange(!value)"
  [adaptivePosition]="false"
  [delay]="500"
  [disabled]="disabled"
>
  <span
    class="c8y-pulse m-0"
    [ngClass]="{ active: value, inactive: !value }"
  ></span>
</button>

results matching ""

    No results matching ""