mirror of
https://github.com/ZwareBear/awx.git
synced 2026-05-16 05:28:36 -05:00
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