Progress Indicator for file reanalysis
This commit is contained in:
parent
5634bb5984
commit
7c2235092c
@ -115,7 +115,7 @@ export class FilePreviewScreenComponent implements OnInit, OnDestroy {
|
|||||||
public reviewerForm: FormGroup;
|
public reviewerForm: FormGroup;
|
||||||
public shouldDeselectAnnotationsOnPageChange = true;
|
public shouldDeselectAnnotationsOnPageChange = true;
|
||||||
|
|
||||||
public analysisProgressInSeconds: number = 0;
|
public analysisProgressInSeconds = 0;
|
||||||
public analysisProgress: number;
|
public analysisProgress: number;
|
||||||
public analysisInterval: number;
|
public analysisInterval: number;
|
||||||
|
|
||||||
|
|||||||
@ -7,5 +7,5 @@ import { Component, Input } from '@angular/core';
|
|||||||
})
|
})
|
||||||
export class FullPageLoadingIndicatorComponent {
|
export class FullPageLoadingIndicatorComponent {
|
||||||
@Input() displayed = false;
|
@Input() displayed = false;
|
||||||
@Input() showIndicator: boolean = true;
|
@Input() showIndicator = true;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user