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:
Nicoleta Panaghiu 2022-07-28 12:50:14 +02:00 committed by Adina Teudan
commit a49284a301

View File

@ -217,6 +217,7 @@ export class FileActionsComponent implements OnChanges {
tooltipClass: 'warn small',
icon: 'iqser:refresh',
show: this.showReanalyseFilePreview,
disabled: this.file.isProcessing,
},
{
type: ActionTypes.circleBtn,