This is an automated email from the ASF dual-hosted git repository.

wilfreds pushed a commit to branch branch-1.7
in repository https://gitbox.apache.org/repos/asf/yunikorn-web.git


The following commit(s) were added to refs/heads/branch-1.7 by this push:
     new ded04cc  [YUNIKORN-3071] Disable queue UI v2 for release 1.7 (#232)
ded04cc is described below

commit ded04cc60932cbbad397aab77f418088425742c7
Author: Wilfred Spiegelenburg <[email protected]>
AuthorDate: Mon May 12 11:55:33 2025 +1000

    [YUNIKORN-3071] Disable queue UI v2 for release 1.7 (#232)
    
    Hide the link to the new UI. Does not remove the new UI which can still
    be accessed at /queues-v2
    
    Closes: #232
    
    Signed-off-by: Wilfred Spiegelenburg <[email protected]>
---
 src/app/app.component.html | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/app/app.component.html b/src/app/app.component.html
index 41f2561..d827cd6 100644
--- a/src/app/app.component.html
+++ b/src/app/app.component.html
@@ -36,6 +36,7 @@
         <span *ngIf="isNavOpen">Queues</span>
       </a>
     </li>
+    <!--
     <li routerLinkActive="active">
       <a routerLink="/queues-v2">
         <i class="fa fa-sitemap" style="width: 16px"></i>
@@ -46,6 +47,7 @@
         </div> 
       </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]

Reply via email to