AC-201 Added callback URL and lots of tool-tip help around the callback fields.

This commit is contained in:
chouseknecht
2013-07-12 17:08:30 -04:00
parent 43fb2d7ae4
commit 7d6507ec0d
7 changed files with 151 additions and 52 deletions

View File

@@ -226,6 +226,7 @@ function JobsEdit ($scope, $rootScope, $compile, $location, $log, $routeParams,
check_field: 'allow_callbacks',
default_val: dft
});
scope['callback_url'] = data.related['callback'];
$('input[type="checkbox"]').attr('disabled','disabled');
$('#host_config_key-gen-btn').attr('disabled','disabled');
})