Skip to content

Commit

Permalink
[YUNIKORN-2379] Adjust layout of node utilization chart(Web) (#165)
Browse files Browse the repository at this point in the history
Closes: #165

Signed-off-by: Chia-Ping Tsai <chia7712@gmail.com>
  • Loading branch information
chenyulin0719 authored and chia7712 committed Feb 4, 2024
1 parent e46c904 commit 06e47cc
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 6 deletions.
9 changes: 4 additions & 5 deletions src/app/components/nodes-view/nodes-view.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -197,9 +197,8 @@ <h3>Allocations</h3>
></mat-paginator>
</div>
</div>
<div class="flex-grid">
<div class="flex-primary">
<app-node-utilizations [partitionSelected]="partitionSelected" />
</div>
</div>
</div>

<div class="node-utilizations-view">
<app-node-utilizations [partitionSelected]="partitionSelected" />
</div>
6 changes: 5 additions & 1 deletion src/app/components/nodes-view/nodes-view.component.scss
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@
margin-left: 10px;
}
.node-allocations {
margin-top: 40px;
margin-top: 20px;
.mat-mdc-table {
margin-top: 20px;
}
Expand All @@ -140,3 +140,7 @@
text-align: center;
}
}

.node-utilizations-view {
margin-top: 20px
}

0 comments on commit 06e47cc

Please sign in to comment.