added user status and prediction user
This commit is contained in:
		@@ -169,7 +169,7 @@
 | 
			
		||||
      <tr><td>Type</td><td>{{baseSample.type}}</td></tr>
 | 
			
		||||
      <tr><td>color</td><td>{{baseSample.color}}</td></tr>
 | 
			
		||||
      <tr><td>Batch</td><td>{{baseSample.batch}}</td></tr>
 | 
			
		||||
      <tr><td>Comment</td><td>{{baseSample.notes.comment}}</td></tr>
 | 
			
		||||
      <tr><td>Comment</td><td>{{baseSample.notes | exists:'comment'}}</td></tr>
 | 
			
		||||
      <tr *ngFor="let reference of sampleReferences.slice(0, -1)">
 | 
			
		||||
        <td>Sample reference</td><td>{{reference[0]}} - {{reference[1]}}</td>
 | 
			
		||||
      </tr>
 | 
			
		||||
@@ -323,7 +323,8 @@
 | 
			
		||||
</ng-template>
 | 
			
		||||
 | 
			
		||||
<ng-template #modalDeleteConfirm>
 | 
			
		||||
  <rb-alert alertTitle="Are you sure?" type="danger" [okBtnLabel]="'Delete sample' + (samples.length > 1 ? 's' : '')" cancelBtnLabel="Cancel">
 | 
			
		||||
  <rb-alert alertTitle="Are you sure?" type="danger" [okBtnLabel]="'Delete sample' + (samples.length > 1 ? 's' : '')"
 | 
			
		||||
            cancelBtnLabel="Cancel">
 | 
			
		||||
    Do you really want to delete {{samples.length > 1 ? 'these samples' : 'this sample'}}?
 | 
			
		||||
  </rb-alert>
 | 
			
		||||
</ng-template>
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user