diff --git a/www/manager6/ceph/Config.js b/www/manager6/ceph/Config.js index 009247f3..60364243 100644 --- a/www/manager6/ceph/Config.js +++ b/www/manager6/ceph/Config.js @@ -4,6 +4,7 @@ Ext.define('PVE.node.CephConfig', { bodyStyle: 'white-space:pre', bodyPadding: 5, + border: false, scrollable: true, load: function() { var me = this; diff --git a/www/manager6/ceph/Crush.js b/www/manager6/ceph/Crush.js index c5e4852c..c546071d 100644 --- a/www/manager6/ceph/Crush.js +++ b/www/manager6/ceph/Crush.js @@ -3,6 +3,7 @@ Ext.define('PVE.node.CephCrushMap', { alias: ['widget.pveNodeCephCrushMap'], bodyStyle: 'white-space:pre', bodyPadding: 5, + border: false, stateful: true, stateId: 'layout-ceph-crush', scrollable: true,