]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/blob
9c82832169060c904661662b2d496490a2179d76
[ceph.git] /
1 <legend>
2   <cd-help-text>
3     A listener defines the IP address and port on the gateway that is used to process NVMe/TCP admin and I/O commands to a subsystem.
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">
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>