chore: display available clusters
This commit is contained in:
@@ -477,6 +477,10 @@ const AddModal: FC<AddModalProps> = (props) => {
|
||||
onSelectModelAfterEvaluate={
|
||||
handleOnSelectModelAfterEvaluate
|
||||
}
|
||||
clusterId={
|
||||
form.current?.getFieldValue?.('cluster_id') ||
|
||||
initClusterId()
|
||||
}
|
||||
displayEvaluateStatus={displayEvaluateStatus}
|
||||
gpuOptions={[]}
|
||||
></SearchModel>
|
||||
|
||||
Reference in New Issue
Block a user