]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/blob
369c9b96acd18392a4b8dd4309ba33f71866cad0
[ceph.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           emptyStateTitle="No namespaces created."
13           i18n-emptyStateTitle
14           emptyStateMessage="Namespaces are storage volumes mapped to subsystems for host access. Create a namespace to start provisioning storage within a subsystem."
15           i18n-emptyStateMessage>
16
17   <div class="table-actions">
18     <cd-table-actions [permission]="permission"
19                       [selection]="selection"
20                       class="btn-group"
21                       [tableActions]="tableActions">
22     </cd-table-actions>
23   </div>
24 </cd-table>