mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-17 02:51:36 -05:00
@@ -52,7 +52,6 @@ export class JobHistoryComponent extends Disposable implements OnInit {
|
|||||||
private _stepRows: JobStepsViewRow[] = [];
|
private _stepRows: JobStepsViewRow[] = [];
|
||||||
private _showSteps: boolean = false;
|
private _showSteps: boolean = false;
|
||||||
private _runStatus: string = undefined;
|
private _runStatus: string = undefined;
|
||||||
private _messageService: IMessageService;
|
|
||||||
private _agentJobCacheService: IAgentJobCacheService;
|
private _agentJobCacheService: IAgentJobCacheService;
|
||||||
private _notificationService: INotificationService;
|
private _notificationService: INotificationService;
|
||||||
|
|
||||||
@@ -69,7 +68,6 @@ export class JobHistoryComponent extends Disposable implements OnInit {
|
|||||||
this._treeRenderer = new JobHistoryRenderer();
|
this._treeRenderer = new JobHistoryRenderer();
|
||||||
this._treeFilter = new JobHistoryFilter();
|
this._treeFilter = new JobHistoryFilter();
|
||||||
this._jobManagementService = bootstrapService.jobManagementService;
|
this._jobManagementService = bootstrapService.jobManagementService;
|
||||||
this._messageService = bootstrapService.messageService;
|
|
||||||
this._agentJobCacheService = bootstrapService.agentJobCacheService;
|
this._agentJobCacheService = bootstrapService.agentJobCacheService;
|
||||||
this._notificationService = bootstrapService.notificationService;
|
this._notificationService = bootstrapService.notificationService;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user