remove border from ceph crushmap/config panel

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
This commit is contained in:
Dominik Csapak 2016-11-08 10:52:25 +01:00 committed by Dietmar Maurer
parent 1b14c8750d
commit 56ef9f774a
2 changed files with 2 additions and 0 deletions

View File

@ -4,6 +4,7 @@ Ext.define('PVE.node.CephConfig', {
bodyStyle: 'white-space:pre',
bodyPadding: 5,
border: false,
scrollable: true,
load: function() {
var me = this;

View File

@ -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,