make the ceph warning window modal
Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
This commit is contained in:
parent
d0b1e57003
commit
bf6e58d2d1
@ -80,6 +80,7 @@ Ext.define('PVE.node.CephStatus', {
|
||||
var win = Ext.create('Ext.window.Window', {
|
||||
title: gettext('Detail'),
|
||||
resizable: true,
|
||||
modal: true,
|
||||
width: 650,
|
||||
height: 400,
|
||||
layout: {
|
||||
|
Loading…
Reference in New Issue
Block a user