mirror of
https://github.com/ZwareBear/awx.git
synced 2026-05-17 21:18:36 -05:00
Add support for in progress jobs and omit expand
* Any event received by the stream service will start rendering (instead of JOB_START events only) * Expand/collapse only shown for static results
This commit is contained in:
committed by
Jake McDermott
parent
033314e4f6
commit
a23e5e920f
@@ -72,12 +72,13 @@ function JobsIndexController (
|
||||
|
||||
function init (pageMode) {
|
||||
page.init({
|
||||
resource
|
||||
resource,
|
||||
});
|
||||
|
||||
render.init({
|
||||
get: () => resource.model.get(`related.${resource.related}.results`),
|
||||
compile: html => $compile(html)($scope)
|
||||
compile: html => $compile(html)($scope),
|
||||
isStreamActive: stream.isActive
|
||||
});
|
||||
|
||||
scroll.init({
|
||||
|
||||
Reference in New Issue
Block a user