Pull request #378: RED-4619: Disabled the reanalysis button during analysis
Merge in RED/ui from RED-4619 to master * commit 'ab15569d559da9ce878ba36b1f2d322ea1d3bb05': RED-4619: Disabled the reanalysis button during analysis
This commit is contained in:
commit
a49284a301
@ -217,6 +217,7 @@ export class FileActionsComponent implements OnChanges {
|
|||||||
tooltipClass: 'warn small',
|
tooltipClass: 'warn small',
|
||||||
icon: 'iqser:refresh',
|
icon: 'iqser:refresh',
|
||||||
show: this.showReanalyseFilePreview,
|
show: this.showReanalyseFilePreview,
|
||||||
|
disabled: this.file.isProcessing,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
type: ActionTypes.circleBtn,
|
type: ActionTypes.circleBtn,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user