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:
Thomas Lamprecht 2016-09-27 15:41:34 +02:00 committed by Dietmar Maurer
parent fe651e6f4a
commit 4769a80dbd

View File

@ -163,7 +163,7 @@ Ext.define('PVE.node.CephMonList', {
columns: [ columns: [
{ {
header: gettext('Name'), header: gettext('Name'),
width: 50, width: 100,
sortable: true, sortable: true,
renderer: function(v) { return "mon." + v; }, renderer: function(v) { return "mon." + v; },
dataIndex: 'name' dataIndex: 'name'