]> git.proxmox.com Git - pve-manager.git/commitdiff
ui: ceph warnings: do not scroll expanded content into view
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Tue, 10 Oct 2023 13:31:14 +0000 (15:31 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Tue, 10 Oct 2023 15:38:39 +0000 (17:38 +0200)
this causes jumps and is IMO rather irritating, keep hands off from
scrolling, that's best done by user/browser.

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
www/manager6/ceph/Status.js

index e985a4cc79746a48c89daddd09e2a560a070b31e..386eadf4d7dba6629b5135b88943cf26bd9d6c64 100644 (file)
@@ -186,6 +186,7 @@ Ext.define('PVE.node.CephStatus', {
                        {
                            ptype: 'rowexpander',
                            expandOnDblClick: false,
+                           scrollIntoViewOnExpand: false,
                            rowBodyTpl: '<pre class="pve-ceph-warning-detail {detailsCls}">{detail}</pre>',
                        },
                    ],