mirror of
https://github.com/ansible/awx.git
synced 2024-11-01 08:21:15 +03:00
Removed Rest depencency as it is not longer needed in the factory
This commit is contained in:
parent
2d6ba917f8
commit
b651b05789
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user