mirror of
https://github.com/ansible/awx.git
synced 2026-03-07 03:31:10 -03:30
Removed Rest depencency as it is not longer needed in the factory
This commit is contained in:
@@ -157,7 +157,7 @@ export default
|
||||
}
|
||||
])
|
||||
|
||||
.factory('JobsListUpdate', ['Rest', function(Rest) {
|
||||
.factory('JobsListUpdate', [function() {
|
||||
return function(params) {
|
||||
var scope = params.scope,
|
||||
parent_scope = params.parent_scope,
|
||||
|
||||
Reference in New Issue
Block a user