Adds scm track to inventory updates, refactors job detail view in UI

This commit is contained in:
Alex Corey
2022-09-08 15:12:44 -04:00
parent 63567fcc52
commit 15fd5559a7
6 changed files with 81 additions and 43 deletions

View File

@@ -2232,6 +2232,7 @@ class InventoryUpdateSerializer(UnifiedJobSerializer, InventorySourceOptionsSeri
'source_project_update',
'custom_virtualenv',
'instance_group',
'scm_revision',
)
def get_related(self, obj):