mirror of
https://github.com/ansible/awx.git
synced 2024-11-01 08:21:15 +03:00
remove unnecessary comment and unneeded params obj
This commit is contained in:
parent
7b5bbe52f3
commit
6bd3fcf8b0
@ -651,7 +651,6 @@ export default
|
||||
};
|
||||
|
||||
$scope.formCancel = function () {
|
||||
// the form was just copied in the previous state, it's safe to destroy on cancel
|
||||
$state.go('jobTemplates');
|
||||
};
|
||||
|
||||
|
@ -14,8 +14,6 @@ export default {
|
||||
data: {
|
||||
activityStreamId: 'id'
|
||||
},
|
||||
params: {
|
||||
},
|
||||
ncyBreadcrumb: {
|
||||
parent: 'jobTemplates',
|
||||
label: "{{name}}"
|
||||
|
Loading…
Reference in New Issue
Block a user