1 <cd-alert-panel *ngIf="listeners && listeners.length === 0"
3 title="No listeners exists"
4 spacingClass="cds-mb-3"
6 <ng-container i18n>Currently, there are no listeners available in the NVMe subsystem. Please check your configuration or try again later.</ng-container>
9 <cd-table [data]="listeners"
11 (fetchData)="listListeners()"
12 [columns]="listenerColumns"
15 forceIdentifier="true"
16 selectionType="single"
17 emptyStateTitle="No listener found."
19 emptyStateMessage="No listeners found. Add listeners to define network endpoints for hosts"
20 i18n-emptyStateMessage
21 [emptyStateIcon]="iconType.emptySearch"
22 (updateSelection)="updateSelection($event)">
23 <div class="table-actions">
24 <cd-table-actions [permission]="permission"
25 [selection]="selection"
27 [tableActions]="tableActions">