[pve-devel] [PATCH v2 pve-manager 09/10] ui: ceph: osd: increase width of version column

Max Carrara m.carrara at proxmox.com
Mon Jul 1 16:10:39 CEST 2024


.. so that the Ceph build commit as well as differing build commits
are shown properly.

Signed-off-by: Max Carrara <m.carrara at proxmox.com>
---
Changes v1 --> v2:
  * NEW

 www/manager6/ceph/OSD.js | 1 +
 1 file changed, 1 insertion(+)

diff --git a/www/manager6/ceph/OSD.js b/www/manager6/ceph/OSD.js
index 37fe6a9c..474e4137 100644
--- a/www/manager6/ceph/OSD.js
+++ b/www/manager6/ceph/OSD.js
@@ -811,6 +811,7 @@ Ext.define('PVE.node.CephOsdTree', {
 	    dataIndex: 'version',
 	    align: 'right',
 	    renderer: 'render_version',
+	    width: 240,
 	},
 	{
 	    text: 'weight',
-- 
2.39.2





More information about the pve-devel mailing list