]> git.proxmox.com Git - pmg-gui.git/commitdiff
BackupRestore.js - use Proxmox.Utils.format_size to render size
authorDietmar Maurer <dietmar@proxmox.com>
Thu, 9 Nov 2017 06:27:37 +0000 (07:27 +0100)
committerDietmar Maurer <dietmar@proxmox.com>
Thu, 9 Nov 2017 06:27:37 +0000 (07:27 +0100)
js/BackupRestore.js

index c04fc35dea8fbcbe39ecaf066b34095ce636c03c..c3b7f5ff12fc610102793bffe83b9fd64eae5046 100644 (file)
@@ -110,6 +110,7 @@ Ext.define('PMG.BackupRestore', {
            header: gettext('Size'),
            width: 100,
            sortable: true,
+           renderer: Proxmox.Utils.format_size,
            dataIndex: 'size'
        }
     ]