Skip to content

Commit

Permalink
minor: 容器场景总览标签名称统一k8s命名
Browse files Browse the repository at this point in the history
  • Loading branch information
chenguo367 committed Sep 25, 2024
1 parent 6b7af2c commit 423a74d
Showing 1 changed file with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1995,22 +1995,22 @@ class GetKubernetesObjectCount(ApiAuthResource):
"label": _("集群"),
},
"namespace": {
"label": _("命名空间"),
"label": "Namespace",
},
"node": {
"label": _("节点(Node)"),
"label": "Node",
},
"pod": {
"label": "Pod",
},
"master_node": {
"label": _("Master节点"),
"label": "Master Node",
},
"work_node": {
"label": _("Worker节点"),
"label": "Worker Node",
},
"container": {
"label": _("容器"),
"label": "Container",
},
}

Expand Down

0 comments on commit 423a74d

Please sign in to comment.