Skip to content
Snippets Groups Projects
Commit 17a39401 authored by Alex ORLUC's avatar Alex ORLUC
Browse files

FEAT #15049 TIME 0:10 fix msg

parent d139eabc
No related branches found
No related tags found
No related merge requests found
...@@ -8,6 +8,14 @@ ...@@ -8,6 +8,14 @@
<div *ngIf="loading" class="loading" color="primary"> <div *ngIf="loading" class="loading" color="primary">
<mat-spinner></mat-spinner> <mat-spinner></mat-spinner>
</div> </div>
<div *ngIf="!checking">
{{'lang.makeActionOn' | translate}}
<b *ngIf="data.resIds.length === 0" color="primary"
class="highlight">{{'lang.currentIndexingMail' | translate}}</b>
<b *ngIf="data.resIds.length === 1" color="primary" class="highlight">{{data.resource.chrono}}</b>
<b *ngIf="data.resIds.length > 1" color="primary" class="highlight">{{data.resIds.length}}
{{'lang.elements' | translate}}</b> ?
</div>
<ng-container *ngIf="!checking && resourcesErrors.length === 0"> <ng-container *ngIf="!checking && resourcesErrors.length === 0">
<form [formGroup]="actionFormGroup" style="display: contents;"> <form [formGroup]="actionFormGroup" style="display: contents;">
<mat-form-field appearance="outline"> <mat-form-field appearance="outline">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment