]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/pybind/mgr/dashboard/rbd.html
update sources to v12.1.1
[ceph.git] / ceph / src / pybind / mgr / dashboard / rbd.html
index 3e0e69945858075a8fe197282429b12cde595584..ed4b9633d67fa2baefb2507ff5e1d334e3fbcc41 100644 (file)
@@ -47,9 +47,9 @@
                 <tbody>
                 <tr rv-each-image="images">
                     <td>{image.name}</td>
-                    <td>{image.size | dimless}</td>
+                    <td>{image.size | dimless_binary}</td>
                     <td>{image.num_objs | dimless}</td>
-                    <td>{image.obj_size | dimless}</td>
+                    <td>{image.obj_size | dimless_binary}</td>
                     <td>{image.parent}</td>
                 </tr>
                 </tbody>
@@ -61,4 +61,4 @@
 </section>
 <!-- /.content -->
 
-{% endblock %}
\ No newline at end of file
+{% endblock %}