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