Skip to content

Commit

Permalink
refactor(cluster): 优化存储类详情页面字段名称显示
Browse files Browse the repository at this point in the history
-将 "default" 字段名称改为 "是否默认"
- 将 "provisioner" 字段名称改为 "供应者"
- 将 "policy" 字段名称改为 "回收策略"
- 将 "mode" 字段名称改为 "卷绑定模式"
  • Loading branch information
weibaohui committed Dec 25, 2024
1 parent a8d12ff commit 0a26daa
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions assets/pages/cluster/storage_class.json
Original file line number Diff line number Diff line change
Expand Up @@ -436,22 +436,22 @@
},
{
"name": "metadata.annotations",
"label": "default",
"label": "是否默认",
"tpl": "${metadata.annotations['storageclass.kubernetes.io/is-default-class']}"
},
{
"name": "provisioner",
"label": "provisioner",
"label": "供应者",
"type": "text"
},
{
"name": "reclaimPolicy",
"label": "policy",
"label": "回收策略",
"type": "text"
},
{
"name": "volumeBindingMode",
"label": "mode",
"label": "卷绑定模式",
"type": "text"
},
{
Expand Down

0 comments on commit 0a26daa

Please sign in to comment.