Skip to content

Commit ded04cc

Browse files
committed
[YUNIKORN-3071] Disable queue UI v2 for release 1.7 (apache#232)
Hide the link to the new UI. Does not remove the new UI which can still be accessed at /queues-v2 Closes: apache#232 Signed-off-by: Wilfred Spiegelenburg <wilfreds@apache.org>
1 parent 5e9bbac commit ded04cc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/app/app.component.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@
3636
<span *ngIf="isNavOpen">Queues</span>
3737
</a>
3838
</li>
39+
<!--
3940
<li routerLinkActive="active">
4041
<a routerLink="/queues-v2">
4142
<i class="fa fa-sitemap" style="width: 16px"></i>
@@ -46,6 +47,7 @@
4647
</div>
4748
</a>
4849
</li>
50+
-->
4951
<li routerLinkActive="active">
5052
<a routerLink="/applications">
5153
<i class="fa fa-indent text-center"></i>

0 commit comments

Comments
 (0)