]> git.proxmox.com Git - ceph.git/blame - 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
CommitLineData
11fdf7f2 1<cd-table [data]="clients.data"
9f95a23c 2 [columns]="columns"
f67539c2
TL
3 [status]="clients.status"
4 [autoReload]="-1"
5 (fetchData)="triggerApiUpdate.emit()"
9f95a23c
TL
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>
11fdf7f2 13</cd-table>