You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sometimes hosts are recorded without apparent results:
This is because the host did not run any tasks directly on it's own but was rather delegated tasks from another host.
What should be happening ?
We have access to these results via the API (/api/v1/results?delegated_to=<id>) so we should be able to include these when we recover the results for the host:
What is the issue ?
Sometimes hosts are recorded without apparent results:
This is because the host did not run any tasks directly on it's own but was rather delegated tasks from another host.
What should be happening ?
We have access to these results via the API (
/api/v1/results?delegated_to=<id>
) so we should be able to include these when we recover the results for the host:ara/ara/ui/views.py
Lines 222 to 223 in e5ec563
The text was updated successfully, but these errors were encountered: