@if (isStopped()) { {{ 'logs_is_end' | translate }} } @else if (isPaused()) { {{ 'logs_paused_update' | translate }} } @else { {{ 'logs_in_update' | translate }} } @if (!isStopped()) { } {{ 'total_lines' | translate: { length: logs().length } }}
@if (actionConfig().tailLines) { @for (l of TAIL_LINES; track l) { {{ l }} } } @if (actionConfig().timestamp) { {{ 'timestamp' | translate }} } @if (actionConfig().wrap) { {{ 'wrap_lines' | translate }} } {{ 'find_label' | translate }} @if (actionConfig().raw) { {{ 'log_action_raw' | translate }} } @if (actionConfig().export) { {{ 'export' | translate }} } @if (actionConfig().fullscreen) { @if (!inDialog()) { {{ 'full_screen_label' | translate }} } @else { {{ 'exit_full_screen_label' | translate }} } }
@if (isSearching()) {
@if (totalSearchResults() > 0) { {{ currentSearchIndex() }} / {{ totalSearchResults() }} } @else { {{ 'no_match_result' | translate }} }
} @if (isPaused() && !isStopped()) {
{{ 'restore_log_automatic_update' | translate }}
}