[pve-devel] [PATCH manager] Use also a 150 pix width for Date in LXC Snapshot Tree
Emmanuel Kasper
e.kasper at proxmox.com
Mon Jun 19 17:00:04 CEST 2017
Otherwise the date is truncated by default
---
www/manager6/lxc/SnapshotTree.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/www/manager6/lxc/SnapshotTree.js b/www/manager6/lxc/SnapshotTree.js
index df5b31cf..c80fb439 100644
--- a/www/manager6/lxc/SnapshotTree.js
+++ b/www/manager6/lxc/SnapshotTree.js
@@ -278,7 +278,7 @@ Ext.define('PVE.lxc.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;
--
2.11.0
More information about the pve-devel
mailing list