mirror of
https://github.com/ZwareBear/awx.git
synced 2026-05-06 00:11:50 -05:00
AC-201 Added callback URL and lots of tool-tip help around the callback fields.
This commit is contained in:
@@ -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');
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user