{{ t('No resource groups defined!') }}
@if (!deadlineExceeded && !timerangeArrives) {
{{ t('Waiting for cronjob execution') }}
} @else if (!deadlineExceeded && ( timerangeArrives && cronjobStatus.pending > 0 )) {
{{ t('Time range for cronjob execution is arrives') }}
} @else if (!deadlineExceeded && ( timerangeArrives && cronjobStatus.pending === 0 )) {
{{ t('Cronjobs are successfully finished') }} ⏰ {{ t('Deadline') }}
} @else if (deadlineExceeded) { @if (cronjobStatus.failed > 0) {
{{ t('Cronjobs are not successfully finished') }} ⏰ {{ t('Deadline') }}
{{ t('Deadline has been exceeded!!') }}
} @else {
{{ t('Cronjobs are successfully finished') }} ⏰ {{ t('Deadline') }}
{{ t('Deadline has been exceeded!!') }}
} }
{{ t('Pending') }} @if (cronjobStatus.pending > 0 && ( PermissionsService.hasPermissionObservable(['scmmodule', 'resourcegroups', 'index'])|async )) { {{ cronjobStatus.pending }} } @else { {{ cronjobStatus.pending }} } {{ t('Done') }} @if (cronjobStatus.success > 0 && ( PermissionsService.hasPermissionObservable(['scmmodule', 'resourcegroups', 'index'])|async )) { {{ cronjobStatus.success }} } @else { {{ cronjobStatus.success }} } {{ t('Failed') }} @if (cronjobStatus.failed > 0 && ( PermissionsService.hasPermissionObservable(['scmmodule', 'resourcegroups', 'index'])|async )) { {{ cronjobStatus.failed }} } @else { {{ cronjobStatus.failed }} }
{{ t('Total') }} @if (cronjobStatus.total > 0 && ( PermissionsService.hasPermissionObservable(['scmmodule', 'resourcegroups', 'index'])|async )) { {{ cronjobStatus.total }} } @else { {{ cronjobStatus.total }} }
@if (cronjobStatus.pending > 0 && ( PermissionsService.hasPermissionObservable(['scmmodule', 'resourcegroups', 'index'])|async )) { {{ cronjobStatus.pending }} } @else { {{ cronjobStatus.pending }} }
{{ t('Pending') }}
@if (cronjobStatus.success > 0 && ( PermissionsService.hasPermissionObservable(['scmmodule', 'resourcegroups', 'index'])|async )) { {{ cronjobStatus.success }} } @else { {{ cronjobStatus.success }} }
{{ t('Done') }}
@if (cronjobStatus.total > 0 && ( PermissionsService.hasPermissionObservable(['scmmodule', 'resourcegroups', 'index'])|async )) { {{ cronjobStatus.total }} } @else { {{ cronjobStatus.total }} }
{{ t('Total') }}