]> git.proxmox.com Git - ceph.git/blob - ceph/src/pybind/mgr/dashboard/frontend/src/app/ceph/cephfs/cephfs-clients/cephfs-clients.component.html
import 14.2.4 nautilus point release
[ceph.git] / ceph / src / pybind / mgr / dashboard / frontend / src / app / ceph / cephfs / cephfs-clients / cephfs-clients.component.html
1 <cd-view-cache [status]="viewCacheStatus"></cd-view-cache>
2
3 <cd-table [data]="clients.data"
4 [columns]="clients.columns"
5 (fetchData)="refresh()">
6 </cd-table>