1 <cd-nvmeof-tabs></cd-nvmeof-tabs>
5 A subsystem provides access control to which hosts can access the namespaces within the subsystem.
8 <cd-table [data]="subsystems"
10 (fetchData)="getSubsystems()"
11 [columns]="subsystemsColumns"
12 selectionType="single"
14 (setExpandedRow)="setExpandedRow($event)"
15 (updateSelection)="updateSelection($event)">
17 <div class="table-actions btn-toolbar">
18 <cd-table-actions [permission]="permission"
19 [selection]="selection"
21 [tableActions]="tableActions">
25 <cd-nvmeof-subsystems-details *cdTableDetail
26 [selection]="expandedRow">
27 </cd-nvmeof-subsystems-details>
29 <router-outlet name="modal"></router-outlet>