3 An initiator (or host) is the client that connects to the NVMe-oF target to access NVMe storage.
4 The NVMe/TCP protocol allows initiators, to send NVMe-oF commands to storage devices, which are known as targets.
7 <cd-table [data]="initiators"
9 (fetchData)="listInitiators()"
10 [columns]="initiatorColumns"
11 selectionType="multiClick"
12 (updateSelection)="updateSelection($event)">
13 <div class="table-actions btn-toolbar">
14 <cd-table-actions [permission]="permission"
15 [selection]="selection"
17 [tableActions]="tableActions">
22 let-value="data.value">
23 <span *ngIf="value === '*'"
25 class="font-monospace">Any host allowed (*)</span>
26 <span *ngIf="value !== '*'"
27 class="font-monospace">{{value}}</span>