make date column resizable

this makes the date column in the snapshottree a little bit bigger and
resizable

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
This commit is contained in:
Dominik Csapak 2016-12-06 16:26:42 +01:00 committed by Dietmar Maurer
parent 4555bf4ad6
commit 5972ae1cd4

View File

@ -275,8 +275,7 @@ Ext.define('PVE.qemu.SnapshotTree', {
{
text: gettext('Date') + "/" + gettext("Status"),
dataIndex: 'snaptime',
resizable: false,
width: 120,
width: 150,
renderer: function(value, metaData, record) {
if (record.data.snapstate) {
return record.data.snapstate;