This is an automated email from the ASF dual-hosted git repository.
ccondit 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 db86023 [YUNIKORN-2829] Improve table layout for Applications (#214)
db86023 is described below
commit db8602368d4f6f60b3d104f4ff21778ca251cfd5
Author: Tzu-Hua Lan <[email protected]>
AuthorDate: Thu Feb 20 12:00:22 2025 -0600
[YUNIKORN-2829] Improve table layout for Applications (#214)
Closes: #214
Signed-off-by: Craig Condit <[email protected]>
---
src/app/components/apps-view/apps-view.component.scss | 13 ++++++++++++-
1 file changed, 12 insertions(+), 1 deletion(-)
diff --git a/src/app/components/apps-view/apps-view.component.scss
b/src/app/components/apps-view/apps-view.component.scss
index d6f2f74..a22779f 100644
--- a/src/app/components/apps-view/apps-view.component.scss
+++ b/src/app/components/apps-view/apps-view.component.scss
@@ -190,8 +190,19 @@
width: 100%;
text-align: center;
}
-}
+ .mat-column-applicationState {
+ max-width: 165px;
+ }
+ .mat-column-lastStateChangeTime,
+ .mat-column-submissionTime {
+ max-width: 150px;
+ }
+ .mat-column-usedResource,
+ .mat-column-pendingResource {
+ max-width: 180px;
+ }
+}
.mat-drawer-container {
min-width: 430px;
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]