Skip to content

Commit

Permalink
refactor(ns): 优化 EndpointSlice 页面的字段标签
Browse files Browse the repository at this point in the history
- 将 "addressType" 标签改为 "类型"
- 将 "endpoints" 标签改为 "端点"
- 将 "ports" 标签改为 "端口"
  • Loading branch information
weibaohui committed Dec 25, 2024
1 parent 7923eef commit eee27f8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions assets/pages/ns/endpointslice.json
Original file line number Diff line number Diff line change
Expand Up @@ -493,18 +493,18 @@
},
{
"name": "addressType",
"label": "addressType",
"label": "类型",
"type": "text"
},
{
"name": "endpoints",
"label": "endpoints",
"label": "端点",
"type": "tpl",
"tpl": "${endpoints|pick:addresses }"
},
{
"name": "ports",
"label": "ports",
"label": "端口",
"type": "each",
"items": {
"type": "tpl",
Expand Down

0 comments on commit eee27f8

Please sign in to comment.