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
@@ -256,6 +256,7 @@ const UpdateModal: React.FC<AddModalProps> = (props) => {
useEffect(() => {
if (open && formData) {
setOriginalFormData();
getGPUOptionList({ clusterId: formData.cluster_id });
}
if (!open) {
checkTokenRef.current?.cancel?.();