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

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


The following commit(s) were added to refs/heads/branch-1.6 by this push:
     new a51cc72  Disable queue UIv2
a51cc72 is described below

commit a51cc7203533f4134f3c1ea32a714f33876217f6
Author: Peter Bacsko <[email protected]>
AuthorDate: Thu Sep 12 09:20:37 2024 +0200

    Disable queue UIv2
---
 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 e642886..b2c665b 100644
--- a/src/app/app.component.html
+++ b/src/app/app.component.html
@@ -38,6 +38,7 @@
         <span>Queues</span>
       </a>
     </li>
+    <!--
     <li routerLinkActive="active">
       <a routerLink="/queues-v2">
         <i class="fa fa-caret-right"></i>
@@ -49,6 +50,7 @@
         </div> 
       </a>
     </li>
+    -->
     <li routerLinkActive="active">
       <a routerLink="/applications">
         <i class="fa fa-caret-right"></i>


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to