ecosystem/application-plugins/only-latest-filter/only-latest-filter.component.ts
| selector | c8y-only-latest-filter |
| imports |
C8yTranslatePipe
|
| templateUrl | ./only-latest-filter.component.html |
FormsModule
ReactiveFormsModule
C8yTranslatePipe
<label class="c8y-switch">
<input
type="checkbox"
checked="checked"
[formControl]="onlyLatestFormControl"
/>
<span></span>
{{ 'Show only latest version of plugins' | translate }}
</label>