mirror of
https://github.com/ansible/awx.git
synced 2026-02-27 15:58:45 -03:30
Remove source required field
This commit is contained in:
@@ -60,7 +60,6 @@ return {
|
||||
source: {
|
||||
label: i18n._('Source'),
|
||||
type: 'select',
|
||||
required: true,
|
||||
ngOptions: 'source.label for source in source_type_options track by source.value',
|
||||
ngChange: 'sourceChange(source)',
|
||||
ngDisabled: '!(inventory_source_obj.summary_fields.user_capabilities.edit || canAdd)',
|
||||
|
||||
Reference in New Issue
Block a user