From 4769a80dbda4100b34019fb058803d3b77af3898 Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Tue, 27 Sep 2016 15:41:34 +0200 Subject: [PATCH] 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 --- www/manager6/ceph/Monitor.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/manager6/ceph/Monitor.js b/www/manager6/ceph/Monitor.js index 8f2c98f6..23acaaf8 100644 --- a/www/manager6/ceph/Monitor.js +++ b/www/manager6/ceph/Monitor.js @@ -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'