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:
chouseknecht
2013-07-09 00:09:37 -04:00
parent 259083c0e2
commit a82edf0e4a
18 changed files with 161 additions and 121 deletions

View File

@@ -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;
}