mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-07-28 02:48:14 +00:00
ui: loginwindow: reduce empty whitespace cluttering
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
c570b6a96e
commit
57e61f82c9
@ -187,23 +187,16 @@ Ext.define('PVE.window.LoginWindow', {
|
|||||||
},
|
},
|
||||||
|
|
||||||
width: 400,
|
width: 400,
|
||||||
|
|
||||||
modal: true,
|
modal: true,
|
||||||
|
|
||||||
border: false,
|
border: false,
|
||||||
|
|
||||||
draggable: true,
|
draggable: true,
|
||||||
|
|
||||||
closable: false,
|
closable: false,
|
||||||
|
|
||||||
resizable: false,
|
resizable: false,
|
||||||
|
|
||||||
layout: 'auto',
|
layout: 'auto',
|
||||||
|
|
||||||
title: gettext('Proxmox VE Login'),
|
title: gettext('Proxmox VE Login'),
|
||||||
|
|
||||||
defaultFocus: 'usernameField',
|
defaultFocus: 'usernameField',
|
||||||
|
|
||||||
defaultButton: 'loginButton',
|
defaultButton: 'loginButton',
|
||||||
|
|
||||||
items: [{
|
items: [{
|
||||||
|
Loading…
Reference in New Issue
Block a user