]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-ci.git/commitdiff
mgr/dashboard: Pool read/write OPS shows too many decimal places
authoranurag <anurag@localhost.localdomain>
Wed, 11 Mar 2020 14:17:05 +0000 (19:47 +0530)
committeranurag <anurag@localhost.localdomain>
Wed, 11 Mar 2020 14:21:11 +0000 (19:51 +0530)
Fixes: https://tracker.ceph.com/issues/39714
Signed-off-by: anurag <anurag@localhost.localdomain>
src/pybind/mgr/dashboard/frontend/src/app/shared/datatable/table/table.component.html

index c985616d3a699ef335147c383439432e72635dfa..ceef88337ab8fd442815e0d7457b88d401a9d768 100644 (file)
 <ng-template #perSecondTpl
              let-row="row"
              let-value="value">
-  {{ value }} /s
+  {{ value | dimless }} /s
 </ng-template>
 
 <ng-template #executingTpl