Skip to content

Commit e3a9fef

Browse files
committed
included graph view in dashboard overview
1 parent f161441 commit e3a9fef

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

client/src/app/dashboard/dashboard-overview/dashboard-overview.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ <h2 class="alignHeading">System Overview</h2>
3333
<div class="row">
3434
<div class=" col-md-8 col-sm-12">
3535
<div class="row">
36-
Graph View goes here!!
36+
<app-graph-view></app-graph-view>
3737
</div>
3838
</div>
3939
<div class="col-md-4 col-sm-4">
Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
#cy {
2-
width: 500px;
3-
height: 500px;
2+
height: 100%;
3+
width: 100%;
44
display: block;
5+
position: absolute;
56
}

0 commit comments

Comments
 (0)