mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-07-25 08:53:28 +00:00
fix layout
This commit is contained in:
parent
0680d91448
commit
02d2b17c79
@ -22,6 +22,7 @@ Ext.define('PVE.dc.UserEdit', {
|
||||
var column1 = [
|
||||
{
|
||||
xtype: me.create ? 'textfield' : 'displayfield',
|
||||
height: 22, // hack: set same height as text fields
|
||||
name: 'userid',
|
||||
fieldLabel: gettext('User name'),
|
||||
value: me.userid,
|
||||
@ -82,6 +83,8 @@ Ext.define('PVE.dc.UserEdit', {
|
||||
name: 'realm',
|
||||
fieldLabel: gettext('Realm'),
|
||||
allowBlank: false,
|
||||
matchFieldWidth: false,
|
||||
listConfig: { width: 300 },
|
||||
listeners: {
|
||||
change: function(combo, newValue){
|
||||
realm = newValue;
|
||||
|
Loading…
Reference in New Issue
Block a user