mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-07-27 13:35:49 +00:00
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:
parent
e62526ea4c
commit
5f80c67ecc
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user