mirror of
https://github.com/ansible/awx.git
synced 2026-02-19 20:20:06 -03:30
fix api browser endpoint name
* Endpoint exposes all jobs associated with an Instance. This is what we want. Align the endpoint description with this behavior by removing the word running.
This commit is contained in:
@@ -631,7 +631,7 @@ class InstanceDetail(RetrieveUpdateAPIView):
|
||||
|
||||
class InstanceUnifiedJobsList(SubListAPIView):
|
||||
|
||||
view_name = _("Instance Running Jobs")
|
||||
view_name = _("Instance Jobs")
|
||||
model = UnifiedJob
|
||||
serializer_class = UnifiedJobSerializer
|
||||
parent_model = Instance
|
||||
|
||||
Reference in New Issue
Block a user