]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/pybind/mgr/dashboard/frontend/src/app/ceph/cephfs/cephfs-detail/cephfs-detail.component.html
import 15.2.5
[ceph.git] / ceph / src / pybind / mgr / dashboard / frontend / src / app / ceph / cephfs / cephfs-detail / cephfs-detail.component.html
index 862a8b491a19995db7e53cdbe02b49d7bca23abe..c1d33d8e0d243543429364674dfac62cf97ee055 100644 (file)
@@ -31,8 +31,8 @@
 <!-- templates -->
 <ng-template #poolUsageTpl
              let-row="row">
-  <cd-usage-bar [totalBytes]="row.size"
-                [usedBytes]="row.used"></cd-usage-bar>
+  <cd-usage-bar [total]="row.size"
+                [used]="row.used"></cd-usage-bar>
 </ng-template>
 
 <ng-template #activityTmpl