asimov-deploy-ui
Advanced tools
Comparing version 0.9.0 to 0.9.1
@@ -69,13 +69,12 @@ /******************************************************************************* | ||
} | ||
else { | ||
_.forEach(agents, function (agent) { | ||
if (_.findWhere(distinctAgents, { name: agent.name }) === undefined) { | ||
agent.group = ''; | ||
distinctAgents.push(agent); | ||
} | ||
}); | ||
agents = distinctAgents; | ||
} | ||
_.forEach(agents, function (agent) { | ||
if (_.findWhere(distinctAgents, { name: agent.name }) === undefined) { | ||
agent.group = ''; | ||
distinctAgents.push(agent); | ||
} | ||
}); | ||
agents = distinctAgents; | ||
var url = _getUnitListUrl(filters); | ||
@@ -82,0 +81,0 @@ |
@@ -5,3 +5,3 @@ { | ||
"author": "Ebay Inc", | ||
"version": "0.9.0", | ||
"version": "0.9.1", | ||
"homepage": "https://github.com/asimov-deploy/asimov-deploy", | ||
@@ -8,0 +8,0 @@ "license": "Apache-2.0", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
3577834
71247