Skip to content

Add ability to show job log full screen

Add a keyboard shortcut and a menu option on the job detail view to allow the user to view a job log full screen.

Screen_Shot_2022-05-26_at_3.56.49_PM

Proposal

Utilize requestFullscreen() for an MVC to show the job log at full screen. See API docs here https://developer.mozilla.org/en-US/docs/Web/API/Element/requestFullscreen

Edited by Payton Burdette