https://bugs.winehq.org/show_bug.cgi?id=43234
François Gouget fgouget@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |FIXED
--- Comment #2 from François Gouget fgouget@codeweavers.com --- It's now possible to expand more than one log or screenshot at a time. Expanding / contracting a log or screenshot still requires a reload. This will have to wait for another time.
commit b0e2d37d418a7fdb038f4f0f7c6fc0fc168a00a7 Author: Francois Gouget fgouget@codeweavers.com Date: Wed Jun 20 02:46:51 2018 +0200
testbot/web: Allow showing multiple job screenshots and logs.
It's now possible to have the job details page show multiple screenshots and multiple logs. Once a screenshot / log is shown, the link can be clicked again to hide it. The code can also more easily be extended to handle more log files. The code inserting the links is simpler too.
Signed-off-by: Francois Gouget fgouget@codeweavers.com Signed-off-by: Alexandre Julliard julliard@winehq.org