This is an automated email from the ASF dual-hosted git repository.
chia7712 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/yunikorn-web.git
The following commit(s) were added to refs/heads/master by this push:
new 06e47cc [YUNIKORN-2379] Adjust layout of node utilization chart(Web)
(#165)
06e47cc is described below
commit 06e47ccb7617c8a1d968a202877c8f95cda85d7c
Author: Yu-Lin Chen <[email protected]>
AuthorDate: Sun Feb 4 18:07:13 2024 +0800
[YUNIKORN-2379] Adjust layout of node utilization chart(Web) (#165)
Closes: #165
Signed-off-by: Chia-Ping Tsai <[email protected]>
---
src/app/components/nodes-view/nodes-view.component.html | 9 ++++-----
src/app/components/nodes-view/nodes-view.component.scss | 6 +++++-
2 files changed, 9 insertions(+), 6 deletions(-)
diff --git a/src/app/components/nodes-view/nodes-view.component.html
b/src/app/components/nodes-view/nodes-view.component.html
index 66c2f81..013104e 100644
--- a/src/app/components/nodes-view/nodes-view.component.html
+++ b/src/app/components/nodes-view/nodes-view.component.html
@@ -197,9 +197,8 @@
></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>
\ No newline at end of file
diff --git a/src/app/components/nodes-view/nodes-view.component.scss
b/src/app/components/nodes-view/nodes-view.component.scss
index 2dd019f..49c2ccd 100644
--- a/src/app/components/nodes-view/nodes-view.component.scss
+++ b/src/app/components/nodes-view/nodes-view.component.scss
@@ -127,7 +127,7 @@
margin-left: 10px;
}
.node-allocations {
- margin-top: 40px;
+ margin-top: 20px;
.mat-mdc-table {
margin-top: 20px;
}
@@ -140,3 +140,7 @@
text-align: center;
}
}
+
+.node-utilizations-view {
+ margin-top: 20px
+}
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]