* added caching for jobs view and history page

* added build fix
This commit is contained in:
Aditya Bist
2018-04-05 12:58:21 -07:00
committed by Karl Burtram
parent 2508464fde
commit 4967e630fb

View File

@@ -104,7 +104,7 @@ export class BootstrapService implements IBootstrapService {
@ICommandService public commandService: ICommandService,
@IDashboardWebviewService public dashboardWebviewService: IDashboardWebviewService,
@IJobManagementService public jobManagementService: IJobManagementService,
@IAgentJobCacheService public agentJobCacheService: IAgentJobCacheService
@IAgentJobCacheService public agentJobCacheService: IAgentJobCacheService,
@IEnvironmentService public environmentService: IEnvironmentService
) {
this.configurationEditorService = this.instantiationService.createInstance(ConfigurationEditingService);