]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/blob
bebe1700f5ac76a5b2e910f718f42bc807c3135b
[ceph-ci.git] /
1 <legend>
2   <cd-help-text>
3     An NVMe namespace is a quantity of non-volatile storage that can be formatted into logical blocks and presented to a host as a standard block device.
4   </cd-help-text>
5 </legend>
6 <cd-table [data]="namespaces"
7           columnMode="flex"
8           (fetchData)="listNamespaces()"
9           [columns]="namespacesColumns"
10           selectionType="single"
11           (updateSelection)="updateSelection($event)">
12
13   <div class="table-actions btn-toolbar">
14     <cd-table-actions [permission]="permission"
15                       [selection]="selection"
16                       class="btn-group"
17                       [tableActions]="tableActions">
18     </cd-table-actions>
19   </div>
20 </cd-table>