mirror of
https://github.com/ansible/awx.git
synced 2026-03-02 01:08:48 -03:30
Merge pull request #4568 from jaredevantabor/system-tracking
System Tracking fix
This commit is contained in:
@@ -19,10 +19,9 @@ export default {
|
||||
resolve: {
|
||||
moduleOptions:
|
||||
[ 'getModuleOptions',
|
||||
'lodashAsPromised',
|
||||
'ProcessErrors',
|
||||
'$stateParams',
|
||||
function(getModuleOptions, _, ProcessErrors, $stateParams) {
|
||||
function(getModuleOptions, ProcessErrors, $stateParams) {
|
||||
|
||||
var hostIds = $stateParams.hostIds.split(',');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user