提交 90d635ec 编写于 作者: J Jason Song 提交者: GitHub

Merge pull request #331 from lepdou/bugfix_0817

bugfix 导航栏选中样式错乱
......@@ -44,7 +44,7 @@ application_module.controller("ConfigBaseInfoController",
//如果env下面只有一个default集群则不显示集群列表
if (env.clusters && env.clusters.length == 1 && env.clusters[0].name
== 'default') {
if (envIdx == 0) {
if (pageContext.env == env.env) {
node.state = {};
node.state.selected = true;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册