mirror of
https://github.com/ansible/awx.git
synced 2026-05-16 13:57:39 -02:30
fixing jshint error in old job-detail/main.js file
This commit is contained in:
@@ -18,7 +18,7 @@ export default
|
|||||||
hostSummary.name
|
hostSummary.name
|
||||||
])
|
])
|
||||||
.controller('JobDetailController', controller)
|
.controller('JobDetailController', controller)
|
||||||
.service('JobDetailService', service)
|
.service('JobDetailService', service);
|
||||||
// .run(['$stateExtender', function($stateExtender) {
|
// .run(['$stateExtender', function($stateExtender) {
|
||||||
// $stateExtender.addState(route);
|
// $stateExtender.addState(route);
|
||||||
// }]);
|
// }]);
|
||||||
|
|||||||
Reference in New Issue
Block a user