use RealmCombobox from widget-toolkit

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
This commit is contained in:
Dominik Csapak 2020-05-19 16:48:38 +02:00 committed by Thomas Lamprecht
parent 50caed776a
commit b79d4a381f

View File

@ -119,7 +119,7 @@ Ext.define('PVE.dc.UserEdit', {
if (me.isCreate) {
column1.splice(1,0,{
xtype: 'pveRealmComboBox',
xtype: 'pmxRealmComboBox',
name: 'realm',
fieldLabel: gettext('Realm'),
allowBlank: false,