mirror of
https://github.com/ZwareBear/awx.git
synced 2026-04-20 23:11:48 -05:00
add raw txt download
This commit is contained in:
@@ -66,6 +66,7 @@ function JobsIndexController (
|
||||
vm.status = {
|
||||
stats: statsEvent,
|
||||
elapsed: resource.model.get('elapsed'),
|
||||
download: resource.model.get('related.stdout'),
|
||||
running: Boolean(resource.model.get('started')) && !resource.model.get('finished'),
|
||||
plays: null,
|
||||
tasks: null,
|
||||
|
||||
Reference in New Issue
Block a user