Skip to content

Commit

Permalink
feat(cluster, ns): 更新 node.json 和 pod.json 文件以增强用户体验
Browse files Browse the repository at this point in the history
- 在 node.json 中新增 "容器组实例" 链接,提升信息的可访问性
- 在 pod.json 中将 "syncLocation" 字段的值更新为 true,确保位置同步功能的启用
- 优化文件格式,确保信息展示的标准化
  • Loading branch information
weibaohui committed Dec 29, 2024
1 parent 2c8ecb5 commit 16cd315
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion assets/pages/cluster/node.json
Original file line number Diff line number Diff line change
Expand Up @@ -631,6 +631,12 @@
}
]
}
},
{
"type": "link",
"icon": "fas fa-cube text-primary",
"body": "容器组实例",
"href": "/index.html#/pod/list?spec[nodeName]=${metadata.name}"
}
]
}
Expand Down Expand Up @@ -751,4 +757,4 @@
]
}
]
}
}
2 changes: 1 addition & 1 deletion assets/pages/ns/pod.json
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@
}
],
"loadDataOnce": true,
"syncLocation": false,
"syncLocation": true,
"initFetch": true,
"perPage": 10,
"bulkActions": [
Expand Down

0 comments on commit 16cd315

Please sign in to comment.