mirror of
https://github.com/ansible/awx.git
synced 2026-05-08 01:47:35 -02:30
removing debugger statements
This commit is contained in:
@@ -65,7 +65,7 @@ GetBasePath, Wait, Find, LoadSchedulesScope, GetChoices) {
|
|||||||
msg: 'Call to ' + url + ' failed. GET returned: ' + status });
|
msg: 'Call to ' + url + ' failed. GET returned: ' + status });
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
debugger;
|
|
||||||
$scope.refreshJobs = function() {
|
$scope.refreshJobs = function() {
|
||||||
// @issue: OLD SEARCH
|
// @issue: OLD SEARCH
|
||||||
// $scope.search(SchedulesList.iterator);
|
// $scope.search(SchedulesList.iterator);
|
||||||
|
|||||||
@@ -115,7 +115,7 @@ angular.module('templates', [surveyMaker.name, templatesList.name, jobTemplatesA
|
|||||||
},
|
},
|
||||||
'jobTemplateList@templates.editWorkflowJobTemplate.workflowMaker': {
|
'jobTemplateList@templates.editWorkflowJobTemplate.workflowMaker': {
|
||||||
templateProvider: function(WorkflowMakerJobTemplateList, generateList) {
|
templateProvider: function(WorkflowMakerJobTemplateList, generateList) {
|
||||||
//debugger;
|
|
||||||
let html = generateList.build({
|
let html = generateList.build({
|
||||||
list: WorkflowMakerJobTemplateList,
|
list: WorkflowMakerJobTemplateList,
|
||||||
input_type: 'radio',
|
input_type: 'radio',
|
||||||
|
|||||||
Reference in New Issue
Block a user