]> git.proxmox.com Git - ceph.git/blame - ceph/src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/inventory/inventory.component.html
update source to Ceph Pacific 16.2.2
[ceph.git] / ceph / src / pybind / mgr / dashboard / frontend / src / app / ceph / cluster / inventory / inventory.component.html
CommitLineData
adb31ebb 1<cd-orchestrator-doc-panel *ngIf="showDocPanel"></cd-orchestrator-doc-panel>
f67539c2
TL
2<ng-container *ngIf="orchStatus?.available">
3 <legend i18n>Physical Disks</legend>
9f95a23c
TL
4 <div class="row">
5 <div class="col-md-12">
6 <cd-inventory-devices [devices]="devices"
7 [hiddenColumns]="hostname === undefined ? [] : ['hostname']"
8 selectionType="single"
f67539c2
TL
9 (fetchInventory)="refresh()"
10 [orchStatus]="orchStatus">
9f95a23c
TL
11 </cd-inventory-devices>
12 </div>
13 </div>
14</ng-container>