mirror of
https://github.com/ansible/awx.git
synced 2026-01-19 05:31:22 -03:30
Add event-specific template to all event types
This commit is contained in:
parent
5beb68f527
commit
5ab449c90f
@ -0,0 +1 @@
|
||||
{% include "api/job_job_events_list.md" %}
|
||||
1
awx/api/templates/api/inventory_update_events_list.md
Normal file
1
awx/api/templates/api/inventory_update_events_list.md
Normal file
@ -0,0 +1 @@
|
||||
{% include "api/job_job_events_list.md" %}
|
||||
@ -1,6 +1,6 @@
|
||||
{% include "api/sub_list_api_view.md" %}
|
||||
{% ifmeth GET %}
|
||||
## Special limit feature for job events
|
||||
## Special limit feature for event list views
|
||||
|
||||
Use the `limit` query string parameter to opt out of the pagination keys.
|
||||
Doing this can improve response times for jobs that produce a large volume
|
||||
|
||||
1
awx/api/templates/api/project_update_events_list.md
Normal file
1
awx/api/templates/api/project_update_events_list.md
Normal file
@ -0,0 +1 @@
|
||||
{% include "api/job_job_events_list.md" %}
|
||||
1
awx/api/templates/api/system_job_events_list.md
Normal file
1
awx/api/templates/api/system_job_events_list.md
Normal file
@ -0,0 +1 @@
|
||||
{% include "api/job_job_events_list.md" %}
|
||||
Loading…
x
Reference in New Issue
Block a user