From 440f03b8a74560e9a05e34126eb4c5043104c3af Mon Sep 17 00:00:00 2001 From: Denis Coric Date: Wed, 8 May 2024 15:34:18 +0800 Subject: [PATCH] [YUNIKORN-2491] Persist queue and partition selection and prompt user to pick queue on Applications page (#180) - When a user lands on the applications page, queue selection is automatically focused and waits for user to select the queue - Selected queue,partition pair is stored in localStorage Closes: #180 Signed-off-by: Yu-Lin Chen --- .../apps-view/apps-view.component.html | 2 +- .../apps-view/apps-view.component.ts | 70 +++++++++--- .../nodes-view/nodes-view.component.ts | 101 ++++++++++-------- .../queues-view/queues-view.component.ts | 6 +- src/app/utils/common.util.ts | 13 +++ 5 files changed, 132 insertions(+), 60 deletions(-) diff --git a/src/app/components/apps-view/apps-view.component.html b/src/app/components/apps-view/apps-view.component.html index 78f408a9..8cf58968 100644 --- a/src/app/components/apps-view/apps-view.component.html +++ b/src/app/components/apps-view/apps-view.component.html @@ -31,7 +31,7 @@