Skip to content
This repository was archived by the owner on Sep 4, 2020. It is now read-only.

Commit 16beefb

Browse files
Merge pull request #13 from hypertrace/fix-dash-sizing
fix: update dashboard sizing for available space
2 parents aee4798 + a01bd58 commit 16beefb

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

projects/distributed-tracing/src/shared/dashboard/dashboard-wrapper/navigable-dashboard.component.ts

+8-7
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,14 @@ import { GraphQlFilterDataSourceModel } from '../data/graphql/filter/graphql-fil
2020
(filtersChange)="this.onFilterChange($event)"
2121
>
2222
</htc-filter-bar>
23-
<htc-application-aware-dashboard
24-
*htcLoadAsync="this.dashboardJson$ as dashboardJson"
25-
class="dashboard-content"
26-
[json]="dashboardJson"
27-
(dashboardReady)="this.onDashboardReady($event)"
28-
>
29-
</htc-application-aware-dashboard>
23+
<div class="dashboard-content">
24+
<htc-application-aware-dashboard
25+
*htcLoadAsync="this.dashboardJson$ as dashboardJson"
26+
[json]="dashboardJson"
27+
(dashboardReady)="this.onDashboardReady($event)"
28+
>
29+
</htc-application-aware-dashboard>
30+
</div>
3031
</div>
3132
`
3233
})

0 commit comments

Comments
 (0)