[pve-devel] [PATCH v3 pve-manager 4/5] ui: ceph: osd: increase width of version column

Max Carrara m.carrara at proxmox.com
Wed Jul 24 17:05:10 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 v2 --> v3:
  * increase the width even further to account for new changes

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 11ec7670..72fea489 100644
--- a/www/manager6/ceph/OSD.js
+++ b/www/manager6/ceph/OSD.js
@@ -802,6 +802,7 @@ Ext.define('PVE.node.CephOsdTree', {
 	    dataIndex: 'version',
 	    align: 'right',
 	    renderer: 'render_version',
+	    width: 270,
 	},
 	{
 	    text: 'weight',
-- 
2.39.2





More information about the pve-devel mailing list