mirror of
https://github.com/ansible/awx.git
synced 2026-03-26 13:25:02 -02:30
clarify some documentation on summary_fields
This commit is contained in:
@@ -60,7 +60,8 @@ class Metadata(metadata.SimpleMetadata):
|
|||||||
'type': _('Data type for this {}.'),
|
'type': _('Data type for this {}.'),
|
||||||
'url': _('URL for this {}.'),
|
'url': _('URL for this {}.'),
|
||||||
'related': _('Data structure with URLs of related resources.'),
|
'related': _('Data structure with URLs of related resources.'),
|
||||||
'summary_fields': _('Data structure with name/description for related resources.'),
|
'summary_fields': _('Data structure with name/description for related resources. '
|
||||||
|
'The output for some objects may be limited for performance reasons.'),
|
||||||
'created': _('Timestamp when this {} was created.'),
|
'created': _('Timestamp when this {} was created.'),
|
||||||
'modified': _('Timestamp when this {} was last modified.'),
|
'modified': _('Timestamp when this {} was last modified.'),
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user