Fixed: combobox stacking in service adder dialog

First select's content is displayed under second comboxes content when select is opened when second combobox is opened

Bonus for:
https://fedorahosted.org/freeipa/ticket/2834
This commit is contained in:
Petr Vobornik 2012-07-27 17:12:25 +02:00
parent 7a2587e6a1
commit fd31396d51

View File

@ -139,7 +139,8 @@ IPA.service.entity = function(spec) {
],
editable: true,
size: 10,
required: true
required: true,
z_index: 2
},
{
type: 'entity_select',
@ -147,7 +148,8 @@ IPA.service.entity = function(spec) {
other_entity: 'host',
other_field: 'fqdn',
label: IPA.messages.objects.service.host,
required: true
required: true,
z_index: 1
},
{
type: 'checkbox',