]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
mgr/dashboard: cluster > hosts: replace inventory->devices table title 39999/head
authorAvan Thakkar <athakkar@localhost.localdomain>
Tue, 2 Mar 2021 19:59:54 +0000 (01:29 +0530)
committerAvan Thakkar <athakkar@localhost.localdomain>
Wed, 10 Mar 2021 14:03:16 +0000 (19:33 +0530)
Fixes: https://tracker.ceph.com/issues/47222
Signed-off-by: Avan Thakkar <athakkar@redhat.com>
(cherry picked from commit e48e74986b2e6aa547ad3f73316d738249f577ff)

src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/inventory/inventory.component.html

index 122aab2ed6df506708d3fd83b21544e36e2520a7..6ba0b70022323a092ec7713149d042df2f125f8a 100644 (file)
@@ -1,6 +1,6 @@
 <cd-orchestrator-doc-panel *ngIf="showDocPanel"></cd-orchestrator-doc-panel>
 <ng-container *ngIf="orchStatus?.available">
-  <legend i18n>Devices</legend>
+  <legend i18n>Physical Disks</legend>
   <div class="row">
     <div class="col-md-12">
       <cd-inventory-devices [devices]="devices"