mirror of
https://github.com/ansible/awx.git
synced 2026-03-26 05:15:02 -02:30
AC-613 Change rackspace to rax for inventory source field value.
This commit is contained in:
@@ -126,7 +126,7 @@ angular.module('GroupFormDefinition', [])
|
||||
label: 'Regions',
|
||||
excludeModal: true,
|
||||
type: 'text',
|
||||
ngShow: "source.value == 'rackspace' || source.value == 'ec2'",
|
||||
ngShow: "source.value == 'rax' || source.value == 'ec2'",
|
||||
addRequired: false,
|
||||
editRequired: false,
|
||||
dataTitle: 'Source Regions',
|
||||
|
||||
Reference in New Issue
Block a user