public inbox for pve-devel@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

* Re: [PATCH pve-manager] ui: ceph: osd: fix toolbar overflow
  2026-03-17 13:41 [PATCH pve-manager] ui: ceph: osd: fix toolbar overflow David Riley
@ 2026-03-17 13:58 ` Dominik Rusovac
  0 siblings, 0 replies; 2+ messages in thread
From: Dominik Rusovac @ 2026-03-17 13:58 UTC (permalink / raw)
  To: David Riley, pve-devel

lgtm

Reviewed-by: Dominik Rusovac <d.rusovac@proxmox.com>
Tested-by: Dominik Rusovac <d.rusovac@proxmox.com>

On Tue Mar 17, 2026 at 2:41 PM CET, David Riley wrote:
> 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'),





^ 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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Service provided by Proxmox Server Solutions GmbH | Privacy | Legal