mirror of
https://github.com/ansible/awx.git
synced 2026-05-20 07:17:40 -02:30
add identifier
This commit is contained in:
@@ -53,6 +53,7 @@ function BecomeMethodField({ fieldOptions, isRequired }) {
|
|||||||
setIsOpen(false);
|
setIsOpen(false);
|
||||||
}}
|
}}
|
||||||
isOpen={isOpen}
|
isOpen={isOpen}
|
||||||
|
id="privilege-escalation-methods"
|
||||||
selections={becomeMethodField.value}
|
selections={becomeMethodField.value}
|
||||||
isCreatable
|
isCreatable
|
||||||
onCreateOption={option => {
|
onCreateOption={option => {
|
||||||
|
|||||||
Reference in New Issue
Block a user