mirror of
https://github.com/ZwareBear/awx.git
synced 2026-05-05 16:01:50 -05:00
Implemented expand/collapse job results
This commit is contained in:
@@ -55,6 +55,10 @@ function JobsIndexController (
|
||||
up: scrollPageUp
|
||||
};
|
||||
|
||||
vm.fullscreen = {
|
||||
isFullscreen: false
|
||||
};
|
||||
|
||||
render.requestAnimationFrame(() => init());
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user