app-logs/app-logs-auto-refresh.component.ts
| selector | c8y-app-logs-auto-refresh |
| imports |
C8yTranslatePipe
|
| templateUrl | ./app-logs-auto-refresh.component.html |
<button #autoRefresh
type="button"
class="btn btn-link c8y-realtime"
[ngStyle]="{'width': 'auto'}"
title="{{'Toggle auto refresh' | translate}}"
[disabled]="isAutoRefreshDisabled"
>
<span class="c8y-pulse" [ngClass]="isAutoRefreshOn ? 'active' : 'inactive'"></span>
{{'Auto refresh' | translate}}
</button>