]> git.proxmox.com Git - ceph.git/blob - ceph/src/pybind/mgr/dashboard/frontend/src/app/ceph/cephfs/cephfs-list/cephfs-list.component.html
update sources to ceph Nautilus 14.2.1
[ceph.git] / ceph / src / pybind / mgr / dashboard / frontend / src / app / ceph / cephfs / cephfs-list / cephfs-list.component.html
1 <cd-table [data]="filesystems"
2 columnMode="flex"
3 [columns]="columns"
4 (fetchData)="loadFilesystems($event)"
5 identifier="id"
6 forceIdentifier="true"
7 selectionType="single"
8 (updateSelection)="updateSelection($event)">
9 <cd-cephfs-detail cdTableDetail
10 [selection]="selection">
11 </cd-cephfs-detail>
12 </cd-table>