]> git.proxmox.com Git - ceph.git/blob - ceph/src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/inventory/inventory-devices/inventory-devices.component.html
import ceph 16.2.7
[ceph.git] / ceph / src / pybind / mgr / dashboard / frontend / src / app / ceph / cluster / inventory / inventory-devices / inventory-devices.component.html
1 <cd-table [data]="devices"
2 [columns]="columns"
3 identifier="uid"
4 [forceIdentifier]="true"
5 [selectionType]="selectionType"
6 columnMode="flex"
7 (fetchData)="getDevices()"
8 [searchField]="false"
9 (updateSelection)="updateSelection($event)"
10 (columnFiltersChanged)="onColumnFiltersChanged($event)">
11 <cd-table-actions class="table-actions"
12 [permission]="permission"
13 [selection]="selection"
14 [tableActions]="tableActions">
15 </cd-table-actions>
16 </cd-table>