Move logs down after tests and inline artifacts
Put more emphasis on the test specific outputs by moving them up on the page.
Move inline artifacts on top of log links. For tests this is primarily the "testout.log", which is the most interesting thing on the test level.
Move both inline artifacts like tmt-reproducer and further log links to the bottom of a plan, below the test list. To keep them discoverable, add a "Go to Logs and Artifacts" link to the top of a plan, as when there are many tests, these can now be quite far away from the top of the plan element.
This was suggested by @jkaluza .
A simple 1-plan/1-test successful test like this one was previously looking like this:
Now it looks like this:
This is more apparent for complex outputs, please compare https://artifacts.dev.testing-farm.io/c9bfd614-8415-4d7b-8a88-c58eb8b0552a/ with http://localhost:8000/results.html?url=https://artifacts.dev.testing-farm.io/c9bfd614-8415-4d7b-8a88-c58eb8b0552a
To see the grand finale of how the first referenced rpminspect test should eventually look like:
- status quo
- with just MR !25 → this is when we got complaints that the inlined HTML viewer is too far away from the page top
- with MR !25 plus MR !27 plus this MR:


