Merge remote-tracking branch 'origin/master' into dashboard
This commit is contained in:
@@ -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", {}));
|
||||
}
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user