mirror of
https://github.com/ansible/awx.git
synced 2026-05-06 08:57:35 -02:30
Changed dropdown from Azure to Azure AD in CTinT
This commit is contained in:
@@ -94,7 +94,7 @@ export default [
|
|||||||
};
|
};
|
||||||
|
|
||||||
var dropdownOptions = [
|
var dropdownOptions = [
|
||||||
{label: 'Azure', value: 'azure'},
|
{label: 'Azure AD', value: 'azure'},
|
||||||
{label: 'Github', value: 'github'},
|
{label: 'Github', value: 'github'},
|
||||||
{label: 'Github Org', value: 'github_org'},
|
{label: 'Github Org', value: 'github_org'},
|
||||||
{label: 'Github Team', value: 'github_team'},
|
{label: 'Github Team', value: 'github_team'},
|
||||||
|
|||||||
Reference in New Issue
Block a user