Merge remote-tracking branch 'origin/master' into dashboard

This commit is contained in:
2023-03-01 18:59:27 +01:00
8 changed files with 108 additions and 24 deletions

View File

@@ -148,11 +148,11 @@ export class VisualizationPageComponent implements OnInit {
abort() {
this.plotService.abort((<any>window).submitterId).subscribe({
complete: () => {
this.plotView.imageUrl = '';
this.plotView.stats = null;
this.plotJobActive = false;
this.showError("Job aborted");
document.dispatchEvent(new Event("invadersPause", {}));
//this.plotView.imageUrl = '';
//this.plotView.stats = null;
//this.plotJobActive = false;
//this.showError("Job aborted");
//document.dispatchEvent(new Event("invadersPause", {}));
}
});
}