-
Notifications
You must be signed in to change notification settings - Fork 319
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
NAS-128883: Porting jbof and set enclosure label dialog
- Loading branch information
Showing
1 changed file
with
0 additions
and
21 deletions.
There are no files selected for viewing
21 changes: 0 additions & 21 deletions
21
.../pages/system/enclosure/components/enclosure-dashboard/enclosure-dashboard.component.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> | ||
|
||