mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-08-08 12:29:49 +00:00
remove border from ceph crushmap/config panel
Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
This commit is contained in:
parent
1b14c8750d
commit
56ef9f774a
@ -4,6 +4,7 @@ Ext.define('PVE.node.CephConfig', {
|
|||||||
|
|
||||||
bodyStyle: 'white-space:pre',
|
bodyStyle: 'white-space:pre',
|
||||||
bodyPadding: 5,
|
bodyPadding: 5,
|
||||||
|
border: false,
|
||||||
scrollable: true,
|
scrollable: true,
|
||||||
load: function() {
|
load: function() {
|
||||||
var me = this;
|
var me = this;
|
||||||
|
@ -3,6 +3,7 @@ Ext.define('PVE.node.CephCrushMap', {
|
|||||||
alias: ['widget.pveNodeCephCrushMap'],
|
alias: ['widget.pveNodeCephCrushMap'],
|
||||||
bodyStyle: 'white-space:pre',
|
bodyStyle: 'white-space:pre',
|
||||||
bodyPadding: 5,
|
bodyPadding: 5,
|
||||||
|
border: false,
|
||||||
stateful: true,
|
stateful: true,
|
||||||
stateId: 'layout-ceph-crush',
|
stateId: 'layout-ceph-crush',
|
||||||
scrollable: true,
|
scrollable: true,
|
||||||
|
Loading…
Reference in New Issue
Block a user