mirror of
https://github.com/ansible/awx.git
synced 2026-05-07 09:27:36 -02:30
Remove debugging code line
This commit is contained in:
@@ -12,6 +12,7 @@ export default ['templateUrl', function(templateUrl) {
|
|||||||
$('#instance-groups-modal').off('hidden.bs.modal');
|
$('#instance-groups-modal').off('hidden.bs.modal');
|
||||||
$(element).remove();
|
$(element).remove();
|
||||||
});
|
});
|
||||||
|
|
||||||
scope.showModal = function() {
|
scope.showModal = function() {
|
||||||
$('#instance-groups-modal').modal('show');
|
$('#instance-groups-modal').modal('show');
|
||||||
};
|
};
|
||||||
|
|||||||
@@ -9,7 +9,6 @@ export default ['$scope',
|
|||||||
|
|
||||||
$scope.deleteTag = function(tag){
|
$scope.deleteTag = function(tag){
|
||||||
_.remove($scope.instanceGroups, {id: tag.id});
|
_.remove($scope.instanceGroups, {id: tag.id});
|
||||||
console.log($scope.instanceGroups);
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
Reference in New Issue
Block a user