* [PATCH pve-manager 1/1] fix #6234: make CephFS page scrollable
@ 2026-03-30 9:13 Nicolas Frey
0 siblings, 0 replies; only message in thread
From: Nicolas Frey @ 2026-03-30 9:13 UTC (permalink / raw)
To: pve-devel
adds scrolling along the y axis to the CephFS page to account for
multiple MDS in a Ceph cluster.
Fixes: https://bugzilla.proxmox.com/show_bug.cgi?id=6234
Signed-off-by: Nicolas Frey <n.frey@proxmox.com>
---
www/manager6/ceph/FS.js | 1 +
1 file changed, 1 insertion(+)
diff --git a/www/manager6/ceph/FS.js b/www/manager6/ceph/FS.js
index a3bd1e85..5f049255 100644
--- a/www/manager6/ceph/FS.js
+++ b/www/manager6/ceph/FS.js
@@ -74,6 +74,7 @@ Ext.define(
xtype: 'pveNodeCephFSPanel',
mixins: ['Proxmox.Mixin.CBind'],
+ scrollable: 'y',
title: gettext('CephFS'),
onlineHelp: 'pveceph_fs',
--
2.47.3
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2026-03-30 9:13 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-03-30 9:13 [PATCH pve-manager 1/1] fix #6234: make CephFS page scrollable Nicolas Frey
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.