mirror of
https://github.com/ansible/awx.git
synced 2026-01-14 19:30:39 -03:30
Merge pull request #9827 from ansible/jakemcdermott-playbook-max-size
Limit the visible playbook select region SUMMARY before after Reviewed-by: Kersom <None>
This commit is contained in:
commit
a10c3c0493
@ -65,6 +65,7 @@ function PlaybookSelect({
|
||||
isValid={isValid}
|
||||
onBlur={onBlur}
|
||||
isDisabled={isLoading || isDisabled}
|
||||
maxHeight="1000%"
|
||||
>
|
||||
{options.map(opt => (
|
||||
<SelectOption key={opt} value={opt} />
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user