ui: use Logo/RealmComboBox from widget-toolkit
Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
This commit is contained in:
committed by
Dietmar Maurer
parent
522c0da0a0
commit
1d8ef0dcf7
@ -114,7 +114,8 @@ Ext.define('PBS.LoginView', {
|
||||
height: 38,
|
||||
items: [
|
||||
{
|
||||
xtype: 'proxmoxlogo'
|
||||
xtype: 'proxmoxlogo',
|
||||
prefix: '',
|
||||
},
|
||||
{
|
||||
xtype: 'versioninfo',
|
||||
@ -158,10 +159,6 @@ Ext.define('PBS.LoginView', {
|
||||
},
|
||||
|
||||
items: [
|
||||
{
|
||||
xtype: 'pbsRealmComboBox',
|
||||
name: 'realm'
|
||||
},
|
||||
{
|
||||
xtype: 'textfield',
|
||||
fieldLabel: gettext('User name'),
|
||||
@ -178,6 +175,10 @@ Ext.define('PBS.LoginView', {
|
||||
itemId: 'passwordField',
|
||||
reference: 'passwordField',
|
||||
},
|
||||
{
|
||||
xtype: 'pmxRealmComboBox',
|
||||
name: 'realm'
|
||||
},
|
||||
{
|
||||
xtype: 'proxmoxLanguageSelector',
|
||||
fieldLabel: gettext('Language'),
|
||||
|
Reference in New Issue
Block a user