mirror of
https://github.com/ansible/awx.git
synced 2026-02-27 15:58:45 -03:30
[system_tracking] Monkey-patching module objects == bad idea
This commit is contained in:
@@ -35,7 +35,7 @@ function controller($rootScope,
|
||||
$scope.factModulePickersLabelRight = "To latest facts collected on or before";
|
||||
}
|
||||
|
||||
$scope.modules = moduleOptions;
|
||||
$scope.modules = _.clone(moduleOptions, true);
|
||||
|
||||
var leftSearchRange = searchDateRange();
|
||||
var rightSearchRange = searchDateRange();
|
||||
|
||||
Reference in New Issue
Block a user