Skip to content

Commit b09c019

Browse files
committed
enhance File import info message and disable URL import
Signed-off-by: Riya Garg <riyag1452003@gmail.com>
1 parent 5d9177b commit b09c019

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

Diff for: schemas/configuration/modelImport.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"file": {
2424
"type": "string",
2525
"format": "file",
26-
"description": "Browse the filter file from your file system",
26+
"description": "Browse the model file from your file system. Ensure it's an OCI artifact in .tar, .tar.gz, or .tgz format.",
2727
"x-rjsf-grid-area": "12"
2828
}
2929
},

Diff for: schemas/configuration/uiSchemaModelImport.json

+5
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,10 @@
22
"uploadType": {
33
"ui:widget": "radio"
44
},
5+
6+
"url":{
7+
"ui:disabled": true
8+
},
9+
510
"ui:order": ["uploadType", "file", "url"]
611
}

0 commit comments

Comments
 (0)