mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 10:58:30 -05:00
@@ -178,7 +178,7 @@ export class DashboardGridContainer extends DashboardTab implements OnDestroy {
|
|||||||
|
|
||||||
@ViewChildren(DashboardWidgetWrapper) private _widgets: QueryList<DashboardWidgetWrapper>;
|
@ViewChildren(DashboardWidgetWrapper) private _widgets: QueryList<DashboardWidgetWrapper>;
|
||||||
@ViewChildren(WebviewContent) private _webViews: QueryList<WebviewContent>;
|
@ViewChildren(WebviewContent) private _webViews: QueryList<WebviewContent>;
|
||||||
@ContentChild(ScrollableDirective) private _scrollable;
|
@ContentChild(ScrollableDirective) private _scrollable: ScrollableDirective;
|
||||||
constructor(
|
constructor(
|
||||||
@Inject(forwardRef(() => CommonServiceInterface)) protected dashboardService: CommonServiceInterface,
|
@Inject(forwardRef(() => CommonServiceInterface)) protected dashboardService: CommonServiceInterface,
|
||||||
@Inject(forwardRef(() => ElementRef)) protected _el: ElementRef,
|
@Inject(forwardRef(() => ElementRef)) protected _el: ElementRef,
|
||||||
|
|||||||
@@ -22,3 +22,8 @@ dashboard-tab {
|
|||||||
vertical-align: top;
|
vertical-align: top;
|
||||||
padding: 7px;
|
padding: 7px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.fullsize {
|
||||||
|
height: 100%;
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
|
|||||||
@@ -37,7 +37,7 @@ import { ScrollbarVisibility } from 'vs/editor/common/standalone/standaloneEnums
|
|||||||
export class DashboardHomeContainer extends DashboardWidgetContainer {
|
export class DashboardHomeContainer extends DashboardWidgetContainer {
|
||||||
@Input() private properties: WidgetConfig;
|
@Input() private properties: WidgetConfig;
|
||||||
@ViewChild('propertiesClass') private _propertiesClass: DashboardWidgetWrapper;
|
@ViewChild('propertiesClass') private _propertiesClass: DashboardWidgetWrapper;
|
||||||
@ContentChild(ScrollableDirective) private _scrollable;
|
@ContentChild(ScrollableDirective) private _scrollable: ScrollableDirective;
|
||||||
|
|
||||||
private ScrollbarVisibility = ScrollbarVisibility;
|
private ScrollbarVisibility = ScrollbarVisibility;
|
||||||
|
|
||||||
|
|||||||
@@ -73,4 +73,4 @@
|
|||||||
.horzBox {
|
.horzBox {
|
||||||
border: 1px solid red;
|
border: 1px solid red;
|
||||||
}
|
}
|
||||||
*/
|
*/
|
||||||
|
|||||||
Reference in New Issue
Block a user