This is an automated email from the ASF dual-hosted git repository. wilfred-s pushed a commit to branch branch-1.9 in repository https://gitbox.apache.org/repos/asf/yunikorn-web.git
commit 7cc0d883d615343616f97c53b02d76f9134414cd 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]> (cherry picked from commit e8ab15344293c0407c2d5444b61cca42bb1725cb) --- 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]
