mirror of
https://github.com/ansible/awx.git
synced 2026-01-13 19:10:07 -03:30
parent
c64d0f0748
commit
3becfeaaa8
@ -76,6 +76,7 @@ angular.module('JobTemplatesHelper', ['Utilities'])
|
||||
Rest.setUrl(defaultUrl + id);
|
||||
Rest.get()
|
||||
.success(function (data) {
|
||||
scope.job_template_obj = data;
|
||||
scope.name = data.name;
|
||||
var fld, i;
|
||||
for (fld in form.fields) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user