mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-08-03 09:58:29 +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',
|
||||
bodyPadding: 5,
|
||||
border: false,
|
||||
scrollable: true,
|
||||
load: function() {
|
||||
var me = this;
|
||||
|
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user