This is an automated email from the ASF dual-hosted git repository.
manirajv06 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 e8ab153 [YUNIKORN-3302] turn off web UI v2 (#278)
e8ab153 is described below
commit e8ab15344293c0407c2d5444b61cca42bb1725cb
Author: Wilfred Spiegelenburg <[email protected]>
AuthorDate: Thu Jun 18 10:40:00 2026 +0530
[YUNIKORN-3302] turn off web UI v2 (#278)
Web UI v2 has development has stalled, turning off the new web UI in
master for now until we have a more mature UI to show.
Closes: #278
Signed-off-by: Manikandan R <[email protected]>
---
src/app/app.component.html | 3 +++
1 file changed, 3 insertions(+)
diff --git a/src/app/app.component.html b/src/app/app.component.html
index 90b4b8c..f5de361 100644
--- a/src/app/app.component.html
+++ b/src/app/app.component.html
@@ -40,6 +40,8 @@
}
</a>
</li>
+<!--
+ New web UI link turned off by default via YUNIKORN-3302
<li routerLinkActive="active">
<a routerLink="/queues-v2">
<i class="fa fa-sitemap" style="width: 16px"></i>
@@ -54,6 +56,7 @@
}
</a>
</li>
+-->
<li routerLinkActive="active">
<a routerLink="/applications">
<i class="fa fa-indent text-center"></i>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]