]> git.apps.os.sepia.ceph.com Git - ceph.git/blob
da0015541207d34331dbda082a64e99b2d0fdb0f
[ceph.git] /
1 <legend>
2   <cd-help-text>
3     A listener defines the IP port on the gateway that is to process NVMe/TCP commands and I/O operations.
4   </cd-help-text>
5 </legend>
6 <cd-table [data]="listeners"
7           columnMode="flex"
8           (fetchData)="listListeners()"
9           [columns]="listenerColumns"
10           identifier="id"
11           forceIdentifier="true"
12           selectionType="single"
13           (updateSelection)="updateSelection($event)">
14   <div class="table-actions btn-toolbar">
15     <cd-table-actions [permission]="permission"
16                       [selection]="selection"
17                       class="btn-group"
18                       [tableActions]="tableActions">
19     </cd-table-actions>
20   </div>
21 </cd-table>