diff --git a/awx/ui/client/features/output/index.controller.js b/awx/ui/client/features/output/index.controller.js index 17dfb63c4c..488d994dc2 100644 --- a/awx/ui/client/features/output/index.controller.js +++ b/awx/ui/client/features/output/index.controller.js @@ -55,6 +55,10 @@ function JobsIndexController ( up: scrollPageUp }; + vm.fullscreen = { + isFullscreen: false + }; + render.requestAnimationFrame(() => init()); } diff --git a/awx/ui/client/features/output/index.view.html b/awx/ui/client/features/output/index.view.html index 0c4a92de07..52d34ccb66 100644 --- a/awx/ui/client/features/output/index.view.html +++ b/awx/ui/client/features/output/index.view.html @@ -1,14 +1,17 @@