mirror of
https://github.com/ansible/awx.git
synced 2026-04-23 02:35:23 -02:30
Add links to inventory source and project to inventory update details view of Jobs list
* Addresses #8839 Signed-off-by: Hideki Saito <saito@fgrep.org>
This commit is contained in:
@@ -124,7 +124,7 @@ SUMMARIZABLE_FK_FIELDS = {
|
||||
'last_update': DEFAULT_SUMMARY_FIELDS + ('status', 'failed', 'license_error'),
|
||||
'current_update': DEFAULT_SUMMARY_FIELDS + ('status', 'failed', 'license_error'),
|
||||
'current_job': DEFAULT_SUMMARY_FIELDS + ('status', 'failed', 'license_error'),
|
||||
'inventory_source': ('source', 'last_updated', 'status'),
|
||||
'inventory_source': ('id', 'name', 'source', 'last_updated', 'status'),
|
||||
'custom_inventory_script': DEFAULT_SUMMARY_FIELDS,
|
||||
'source_script': DEFAULT_SUMMARY_FIELDS,
|
||||
'role': ('id', 'role_field'),
|
||||
|
||||
Reference in New Issue
Block a user