]> git.proxmox.com Git - ceph.git/blob - ceph/src/pybind/mgr/dashboard/frontend/src/app/ceph/cephfs/cephfs-clients/cephfs-clients.component.html
update source to Ceph Pacific 16.2.2
[ceph.git] / ceph / src / pybind / mgr / dashboard / frontend / src / app / ceph / cephfs / cephfs-clients / cephfs-clients.component.html
1 <cd-table [data]="clients.data"
2 [columns]="columns"
3 [status]="clients.status"
4 [autoReload]="-1"
5 (fetchData)="triggerApiUpdate.emit()"
6 selectionType="single"
7 (updateSelection)="updateSelection($event)">
8 <cd-table-actions class="table-actions"
9 [permission]="permission"
10 [selection]="selection"
11 [tableActions]="tableActions">
12 </cd-table-actions>
13 </cd-table>