mirror of
https://github.com/ansible/awx.git
synced 2026-01-21 22:48:02 -03:30
added 'limit' to InventorySourceSerializer
This commit is contained in:
parent
d7f87ed27c
commit
5550086b3b
@ -2083,7 +2083,7 @@ class InventorySourceSerializer(UnifiedJobTemplateSerializer, InventorySourceOpt
|
||||
|
||||
class Meta:
|
||||
model = InventorySource
|
||||
fields = ('*', 'name', 'inventory', 'update_on_launch', 'update_cache_timeout', 'source_project') + (
|
||||
fields = ('*', 'name', 'inventory', 'update_on_launch', 'update_cache_timeout', 'source_project', 'limit') + (
|
||||
'last_update_failed',
|
||||
'last_updated',
|
||||
) # Backwards compatibility.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user