Ceph/Monitor: set name column witdh to 100px
so that we can actually read the monitor name without resizing the grid every time we visit, there is space enough Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
committed by
Dietmar Maurer
parent
1165a2d6a3
commit
4a1dc3b57c
@ -163,7 +163,7 @@ Ext.define('PVE.node.CephMonList', {
|
||||
columns: [
|
||||
{
|
||||
header: gettext('Name'),
|
||||
width: 50,
|
||||
width: 100,
|
||||
sortable: true,
|
||||
renderer: function(v) { return "mon." + v; },
|
||||
dataIndex: 'name'
|
||||
|
Reference in New Issue
Block a user