[pve-devel] [PATCH manager 2/2] Ceph/Monitor: set name column witdh to 100px

Thomas Lamprecht t.lamprecht at proxmox.com
Tue Sep 27 15:41:34 CEST 2016


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 at proxmox.com>
---
 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 8f2c98f..23acaaf 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'
-- 
2.1.4





More information about the pve-devel mailing list