mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-25 17:23:10 -05:00
Feature: Usage metrics (#2227)
* added user stats telemetry * finished daily, weekly and monthly events * code review comments * added wekly and monthly start dates * fixed the day condition using testing
This commit is contained in:
@@ -74,6 +74,7 @@ export class JobStepsViewComponent extends JobManagementView implements OnInit,
|
||||
}
|
||||
|
||||
ngOnInit() {
|
||||
|
||||
let ownerUri: string = this._commonService.connectionManagementService.connectionInfo.ownerUri;
|
||||
this._tree = new Tree(this._tableContainer.nativeElement, {
|
||||
controller: this._treeController,
|
||||
|
||||
Reference in New Issue
Block a user