fix syslog resizing

makes the logview autosize with the window

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
This commit is contained in:
Dominik Csapak 2019-07-02 13:05:43 +02:00 committed by Thomas Lamprecht
parent 7d0340d701
commit 8093ded0c3

View File

@ -45,10 +45,11 @@ Ext.define('Proxmox.node.ServiceView', {
var win = Ext.create('Ext.window.Window', {
title: gettext('Syslog') + ': ' + rec.data.service,
modal: true,
width: 800,
height: 400,
layout: 'fit',
items: {
xtype: 'proxmoxLogView',
width: 800,
height: 400,
url: "/api2/extjs/nodes/" + me.nodename + "/syslog?service=" +
rec.data.service,
log_select_timespan: 1