Replies: 1 comment
-
Ah, I just found an open issue for this already: #15983 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
In previous versions of Netbox, you could see the log output of a script job by starting from
/extras/scripts/1/jobs/
and clicking the ID number, which links toextras/scripts/results/12345/
.In v4 now that link goes to
/core/jobs/12345/
which shows the log output as raw json. The old URL still exists but I can't find any link to it from the UI.Why was this behavior changed? It makes it more difficult to use IMHO.
Beta Was this translation helpful? Give feedback.
All reactions