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.
6 <cd-table [data]="namespaces"
8 (fetchData)="listNamespaces()"
9 [columns]="namespacesColumns"
10 selectionType="single"
11 (updateSelection)="updateSelection($event)">
13 <div class="table-actions btn-toolbar">
14 <cd-table-actions [permission]="permission"
15 [selection]="selection"
17 [tableActions]="tableActions">