Commit afb7a23b authored by Dietmar Maurer's avatar Dietmar Maurer

cleanup GUI

parent 18e4b085
......@@ -636,8 +636,8 @@ Ext.define('PVE.node.CephDiskList', {
dataIndex: 'dev'
},
{
header: gettext('used'),
width: 50,
header: gettext('Usage'),
width: 80,
sortable: false,
renderer: function(v, metaData, rec) {
if (rec && (rec.data.osdid >= 0)) {
......@@ -650,6 +650,7 @@ Ext.define('PVE.node.CephDiskList', {
{
header: gettext('Size'),
width: 100,
align: 'right',
sortable: false,
renderer: PVE.Utils.format_size,
dataIndex: 'size'
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment