Commit aabd38dd authored by Project Open's avatar Project Open

- Right-aligning now logged hours

parent 694bdc04
......@@ -240,7 +240,7 @@ Ext.define('PO.view.gantt.GanttTreePanel', {
return "<b>"+billableUnits+"h</b>";
}
}},
{text: 'Logged Hours', stateId: 'treegrid-logged-hours', width: 55, dataIndex: 'logged_hours', hidden: true, sortable: false},
{text: 'Logged Hours', stateId: 'treegrid-logged-hours', width: 55, align: 'right', dataIndex: 'logged_hours', hidden: true, sortable: false},
{text: 'Done %', stateId: 'treegrid-done', width: 50, align: 'right', dataIndex: 'percent_completed', hidden: true,
editor: { xtype: 'numberfield', minValue: 0, maxValue: 100 },
renderer: function(value, context, model) {
......
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