Skip to content

Commit

Permalink
NAS-128883: Porting jbof and set enclosure label dialog
Browse files Browse the repository at this point in the history
  • Loading branch information
undsoft committed May 10, 2024
1 parent b04520e commit 905b8aa
Showing 1 changed file with 0 additions and 21 deletions.
Original file line number Diff line number Diff line change
@@ -1,21 +0,0 @@
<ix-page-header>
<a
*ngIf="isJbofLicensed$ | async"
mat-button
ixTest="manage-expansion"
[routerLink]="['/', 'system', 'viewenclosure', 'jbof']"
>
{{ 'NVMe-oF Expansion Shelves' | translate }}
</a>
<!-- TODO: Missing conditions -->
<button
mat-button
ixTest="elements-menu"
[matMenuTriggerFor]="elementsMenu"
>
{{ 'Elements' | translate }}
<ix-icon name="mdi-menu-down" class="menu-caret"></ix-icon>
</button>
<mat-menu #elementsMenu="matMenu"></mat-menu>
</ix-page-header>

0 comments on commit 905b8aa

Please sign in to comment.