AC-613 Change rackspace to rax for inventory source field value.

This commit is contained in:
Chris Church
2013-11-16 16:48:27 -05:00
parent 902c7c2d72
commit f254f8bc92
6 changed files with 10 additions and 10 deletions

View File

@@ -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',