@if (inCard) { } @if (!inCard) { } @if (logIsStreamlined()) { {{ 'log_is_streamlined_tip' | translate }} } @if (!(fieldSelector$ | async)) { @for (pod of pods; track pod) { {{ pod.metadata.name }} } {{ 'no_data' | translate }} } @if (containers | pure: filterContainerOption : true; as options) { {{ 'init_container' | translate }} @for (container of options; track container) { {{ container.name }} } } @if (containers | pure: filterContainerOption : false; as options) { {{ 'container' | translate }} @for (container of options; track container) { {{ container.name }} } } {{ 'no_data' | translate }} @if (actionConfig.previous) { @for (state of LogPreviousStates; track state) { {{ state.label | translate }} } } {{ 'log_is_streamlined_content_0' | translate }} {{ 'log_is_streamlined_content_1' | translate }} {{ 'log_is_streamlined_content_2' | translate }}