chore: display available clusters
This commit is contained in:
@@ -486,6 +486,9 @@ const AddModal: React.FC<AddModalProps> = (props) => {
|
||||
if (open) {
|
||||
setTimeout(() => {
|
||||
fetchSpecData();
|
||||
form.current?.getGPUOptionList?.({
|
||||
clusterId: initClusterId()
|
||||
});
|
||||
}, 100);
|
||||
}
|
||||
return () => {
|
||||
|
||||
Reference in New Issue
Block a user