gui: ceph: fix syslog resize

makes the logview inside resize with the window

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
This commit is contained in:
Dominik Csapak 2019-07-02 13:06:25 +02:00 committed by Thomas Lamprecht
parent b6c10c6392
commit 94b79c8e73

View File

@ -155,10 +155,11 @@ Ext.define('PVE.node.CephServiceList', {
var win = Ext.create('Ext.window.Window', {
title: gettext('Syslog') + ': ' + servicename,
modal: true,
width: 800,
height: 400,
layout: 'fit',
items: [{
xtype: 'proxmoxLogView',
width: 800,
height: 400,
url: url,
log_select_timespan: 1
}]