mirror of
https://git.proxmox.com/git/proxmox-widget-toolkit
synced 2025-06-23 15:39:49 +00:00
task history: better default column width
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
122a207938
commit
7e0a80cd16
@ -124,7 +124,7 @@ Ext.define('Proxmox.node.Tasks', {
|
||||
{
|
||||
header: gettext("Start Time"),
|
||||
dataIndex: 'starttime',
|
||||
width: 100,
|
||||
width: 130,
|
||||
renderer: function(value) {
|
||||
return Ext.Date.format(value, "M d H:i:s");
|
||||
},
|
||||
@ -132,7 +132,7 @@ Ext.define('Proxmox.node.Tasks', {
|
||||
{
|
||||
header: gettext("End Time"),
|
||||
dataIndex: 'endtime',
|
||||
width: 100,
|
||||
width: 130,
|
||||
renderer: function(value, metaData, record) {
|
||||
if (!value) {
|
||||
metaData.tdCls = "x-grid-row-loading";
|
||||
@ -144,7 +144,7 @@ Ext.define('Proxmox.node.Tasks', {
|
||||
{
|
||||
header: gettext("Node"),
|
||||
dataIndex: 'node',
|
||||
width: 100,
|
||||
width: 120,
|
||||
},
|
||||
{
|
||||
header: gettext("User name"),
|
||||
|
Loading…
Reference in New Issue
Block a user