all lists on lists.proxmox.com
 help / color / mirror / Atom feed
* [PATCH pve-manager] ui: ceph: osd: fix toolbar overflow
@ 2026-03-17 13:41 David Riley
  2026-03-17 13:58 ` Dominik Rusovac
  0 siblings, 1 reply; 2+ messages in thread
From: David Riley @ 2026-03-17 13:41 UTC (permalink / raw)
  To: pve-devel; +Cc: David Riley

On small screens, the toolbar options overflow the container and
become unreachable/visually cut off.

Enable horizontal scrolling for the toolbar to ensure all
options remain accessible on narrow viewports.

Signed-off-by: David Riley <d.riley@proxmox.com>
---
 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 6192f5a4..c461b13e 100644
--- a/www/manager6/ceph/OSD.js
+++ b/www/manager6/ceph/OSD.js
@@ -860,6 +860,7 @@ Ext.define('PVE.node.CephOsdTree', {
     ],
 
     tbar: {
+        overflowHandler: 'scroller',
         items: [
             {
                 text: gettext('Reload'),
-- 
2.47.3




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2026-03-17 13:58 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-03-17 13:41 [PATCH pve-manager] ui: ceph: osd: fix toolbar overflow David Riley
2026-03-17 13:58 ` Dominik Rusovac

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.
Service provided by Proxmox Server Solutions GmbH | Privacy | Legal