mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-08-08 02:02:47 +00:00
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:
parent
b6c10c6392
commit
94b79c8e73
@ -155,10 +155,11 @@ Ext.define('PVE.node.CephServiceList', {
|
|||||||
var win = Ext.create('Ext.window.Window', {
|
var win = Ext.create('Ext.window.Window', {
|
||||||
title: gettext('Syslog') + ': ' + servicename,
|
title: gettext('Syslog') + ': ' + servicename,
|
||||||
modal: true,
|
modal: true,
|
||||||
items: [{
|
|
||||||
xtype: 'proxmoxLogView',
|
|
||||||
width: 800,
|
width: 800,
|
||||||
height: 400,
|
height: 400,
|
||||||
|
layout: 'fit',
|
||||||
|
items: [{
|
||||||
|
xtype: 'proxmoxLogView',
|
||||||
url: url,
|
url: url,
|
||||||
log_select_timespan: 1
|
log_select_timespan: 1
|
||||||
}]
|
}]
|
||||||
|
Loading…
Reference in New Issue
Block a user