Removing labels and instance_groups from the job serializer page as top level items (still in summary fields)

This commit is contained in:
John Westcott IV 2022-09-15 07:54:46 -04:00 committed by Alan Rominger
parent c1b20a8ba7
commit efeeeefd4c
No known key found for this signature in database
GPG Key ID: C2D7EAAA12B63559

View File

@ -3042,9 +3042,6 @@ class JobSerializer(UnifiedJobSerializer, JobOptionsSerializer):
'webhook_service',
'webhook_credential',
'webhook_guid',
# TODO: Do we want these here or just in the summary fields?
'labels',
'instance_groups',
)
def get_related(self, obj):