mirror of
https://github.com/ansible/awx.git
synced 2026-03-27 13:55:04 -02:30
AC-567 Remove source_tags from API/UI. Modify EC2 inventory to not return instance ID groups.
This commit is contained in:
@@ -155,19 +155,6 @@ angular.module('GroupFormDefinition', [])
|
||||
"Only hosts associated with the list of regions will be included in the update process.</p>",
|
||||
dataContainer: 'body'
|
||||
},
|
||||
source_tags: {
|
||||
label: 'Tags',
|
||||
excludeModal: true,
|
||||
type: 'text',
|
||||
ngShow: "source.value == 'ec2'",
|
||||
addRequired: false,
|
||||
editRequired: false,
|
||||
dataTitle: 'Source Regions',
|
||||
dataPlacement: 'left',
|
||||
awPopOver: "<p>Comma separated list of tags. Tag names must match those defined at the inventory source." +
|
||||
" Only hosts associated with the list of tags will be included in the update process.</p>",
|
||||
dataContainer: 'body'
|
||||
},
|
||||
source_vars: {
|
||||
label: 'Source Variables',
|
||||
ngShow: "source.value == 'file' || source.value == 'ec2'",
|
||||
|
||||
Reference in New Issue
Block a user