mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-08 09:38:26 -05:00
Sql Assessment HTML report (#11558)
This commit is contained in:
@@ -13,7 +13,6 @@ import { CommonServiceInterface } from 'sql/workbench/services/bootstrap/browser
|
||||
import * as azdata from 'azdata';
|
||||
import { memoize } from 'vs/base/common/decorators';
|
||||
import { AgentViewComponent } from 'sql/workbench/contrib/jobManagement/browser/agentView.component';
|
||||
import { AsmtViewComponent } from 'sql/workbench/contrib/assessment/browser/asmtView.component';
|
||||
|
||||
@Component({
|
||||
templateUrl: decodeURI(require.toUrl('./controlHostContent.component.html')),
|
||||
@@ -31,7 +30,6 @@ export class ControlHostContent {
|
||||
|
||||
/* Children components */
|
||||
@ViewChild('agent') private _agentViewComponent: AgentViewComponent;
|
||||
@ViewChild('asmt') private _asmtViewComponent: AsmtViewComponent;
|
||||
|
||||
constructor(
|
||||
@Inject(forwardRef(() => CommonServiceInterface)) private _dashboardService: CommonServiceInterface,
|
||||
@@ -41,7 +39,6 @@ export class ControlHostContent {
|
||||
|
||||
public layout(): void {
|
||||
this._agentViewComponent?.layout();
|
||||
this._asmtViewComponent?.layout();
|
||||
}
|
||||
|
||||
public get id(): string {
|
||||
|
||||
Reference in New Issue
Block a user