]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/blob
6cd1f205913b972b8187ff14d2f173cc98f4ce32
[ceph-ci.git] /
1 <cd-nvmeof-tabs></cd-nvmeof-tabs>
2 <legend i18n>
3   Subsystems
4   <cd-help-text>
5     A subsystem provides access control to which hosts can access the namespaces within the subsystem.
6   </cd-help-text>
7 </legend>
8 <cd-table [data]="subsystems"
9           columnMode="flex"
10           (fetchData)="getSubsystems()"
11           [columns]="subsystemsColumns"
12           selectionType="single"
13           [hasDetails]="true"
14           (setExpandedRow)="setExpandedRow($event)"
15           (updateSelection)="updateSelection($event)">
16
17   <div class="table-actions btn-toolbar">
18     <cd-table-actions [permission]="permission"
19                       [selection]="selection"
20                       class="btn-group"
21                       [tableActions]="tableActions">
22     </cd-table-actions>
23   </div>
24
25   <cd-nvmeof-subsystems-details *cdTableDetail
26                                 [selection]="expandedRow">
27   </cd-nvmeof-subsystems-details>
28 </cd-table>
29 <router-outlet name="modal"></router-outlet>