mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
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:
parent
7a2587e6a1
commit
fd31396d51
@ -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',
|
||||
|
Loading…
Reference in New Issue
Block a user