mirror of
https://github.com/ansible/awx.git
synced 2026-05-07 09:27:36 -02:30
Fixed bug - need to close out "else if" statement with parenthesis
This commit is contained in:
@@ -985,7 +985,7 @@ var tower = angular.module('Tower', [
|
|||||||
$state.is('adHocJobStdout') ||
|
$state.is('adHocJobStdout') ||
|
||||||
$state.is('inventorySyncStdout') ||
|
$state.is('inventorySyncStdout') ||
|
||||||
$state.is('managementJobStdout') ||
|
$state.is('managementJobStdout') ||
|
||||||
$state.is('scmUpdateStdout') {
|
$state.is('scmUpdateStdout')) {
|
||||||
|
|
||||||
$log.debug("sending status to standard out");
|
$log.debug("sending status to standard out");
|
||||||
$rootScope.$emit('JobStatusChange-jobStdout', data);
|
$rootScope.$emit('JobStatusChange-jobStdout', data);
|
||||||
|
|||||||
Reference in New Issue
Block a user