提交 dbb36f0d 编写于 作者: J Jason Song

filter instance configs with null release for not latest config instances

上级 c585adb6
......@@ -260,6 +260,10 @@ directive_module.directive('apollonspanel',
if (configs && configs.length > 0) {
configs.forEach(function (instanceConfig) {
var release = instanceConfig.release;
//filter dirty data
if (!release) {
return;
}
if (!groupedInstances[release.id]) {
groupedInstances[release.id] = [];
notLatestReleases.push(release);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册