chore: display available clusters

This commit is contained in:
jialin
2025-09-16 20:32:26 +08:00
parent c9c9401b0b
commit d063dfd652
14 changed files with 121 additions and 39 deletions
@@ -486,6 +486,9 @@ const AddModal: React.FC<AddModalProps> = (props) => {
if (open) {
setTimeout(() => {
fetchSpecData();
form.current?.getGPUOptionList?.({
clusterId: initClusterId()
});
}, 100);
}
return () => {