]> git.proxmox.com Git - ceph.git/blobdiff - 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
index f246411486c4b9c7c86cf6bc0d3b3ceeeecb8a2a..6ba0b70022323a092ec7713149d042df2f125f8a 100644 (file)
@@ -1,12 +1,13 @@
 <cd-orchestrator-doc-panel *ngIf="showDocPanel"></cd-orchestrator-doc-panel>
-<ng-container *ngIf="hasOrchestrator">
-  <legend i18n>Devices</legend>
+<ng-container *ngIf="orchStatus?.available">
+  <legend i18n>Physical Disks</legend>
   <div class="row">
     <div class="col-md-12">
       <cd-inventory-devices [devices]="devices"
                             [hiddenColumns]="hostname === undefined ? [] : ['hostname']"
                             selectionType="single"
-                            (fetchInventory)="refresh()">
+                            (fetchInventory)="refresh()"
+                            [orchStatus]="orchStatus">
       </cd-inventory-devices>
     </div>
   </div>