mirror of
https://github.com/ansible/awx.git
synced 2026-05-08 18:07:36 -02:30
AC-171 first round of changes to make select dialogs more understandable. Also changed tooltip config to include a default time for hide and a default time for show.
This commit is contained in:
@@ -415,7 +415,6 @@ function JobTemplatesEdit ($scope, $rootScope, $compile, $location, $log, $route
|
||||
else {
|
||||
var json_obj = JSON.parse(data.extra_vars);
|
||||
scope.variables = jsyaml.safeDump(json_obj);
|
||||
console.log(json_obj);
|
||||
}
|
||||
master.variables = scope.variables;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user