Skip to content

Commit

Permalink
refactor(cluster): 优化优先级分离器的名称和描述
Browse files Browse the repository at this point in the history
- 将 "优先级" 修改为 "优先级名称"
- 将 "区分方法" 修改为 "区分器类型"
- 调整 "存活" 字段的顺序,使其位于 "条件" 之后
  • Loading branch information
weibaohui committed Dec 25, 2024
1 parent 5ff6229 commit 8bed168
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions assets/pages/cluster/flow_schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -436,7 +436,7 @@
},
{
"name": "spec.priorityLevelConfiguration.name",
"label": "优先级",
"label": "优先级名称",
"type": "text"
},
{
Expand All @@ -446,7 +446,7 @@
},
{
"name": "spec.distinguisherMethod.type",
"label": "区分方法",
"label": "区分器类型",
"type": "text"
},
{
Expand All @@ -469,15 +469,16 @@
}
}
},
{
"name": "metadata.creationTimestamp",
"label": "存活",
"type": "k8sAge"
},

{
"name": "status.conditions",
"label": "条件",
"type": "k8sConditions"
},
{
"name": "metadata.creationTimestamp",
"label": "存活",
"type": "k8sAge"
}
]
}
Expand Down

0 comments on commit 8bed168

Please sign in to comment.