mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-08-09 10:39:41 +00:00
use 'form' layout for login window
this fixes padding problems when using new themes.
This commit is contained in:
parent
c6179cf5cf
commit
b836f4a04b
@ -53,7 +53,7 @@ Ext.define('PVE.window.LoginWindow', {
|
|||||||
|
|
||||||
items: [{
|
items: [{
|
||||||
xtype: 'form',
|
xtype: 'form',
|
||||||
frame: true,
|
layout: 'form',
|
||||||
url: '/api2/extjs/access/ticket',
|
url: '/api2/extjs/access/ticket',
|
||||||
|
|
||||||
fieldDefaults: {
|
fieldDefaults: {
|
||||||
@ -61,7 +61,6 @@ Ext.define('PVE.window.LoginWindow', {
|
|||||||
},
|
},
|
||||||
|
|
||||||
defaults: {
|
defaults: {
|
||||||
anchor: '-5',
|
|
||||||
allowBlank: false
|
allowBlank: false
|
||||||
},
|
},
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user