mirror of
https://github.com/ansible/awx.git
synced 2024-11-01 08:21:15 +03:00
Breadcrumb appears correctly on first run
This commit is contained in:
parent
3b451ccebb
commit
978fec2a4a
@ -74,6 +74,7 @@ export function JobStdoutController ($rootScope, $scope, $state, $stateParams,
|
||||
$scope.limit = data.limit;
|
||||
$scope.verbosity = data.verbosity;
|
||||
$scope.job_tags = data.job_tags;
|
||||
$scope.job.module_name = data.module_name;
|
||||
if (data.extra_vars) {
|
||||
$scope.variables = ParseVariableString(data.extra_vars);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user