Skip to content

Commit 19312c5

Browse files
authored
add hyperlinks to import model modal
Signed-off-by: Riya Garg <[email protected]>
1 parent 943e30a commit 19312c5

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

src/schemas/importModel/schema.tsx

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ const importModelSchema = {
2525
type: 'string',
2626
format: 'file',
2727
description:
28-
'Supported model file formats are: .tar, .tar.gz, and .tgz',
28+
'Supported model file formats are: .tar, .tar.gz, and .tgz. See [Import Models Documentation](https://docs.meshery.io/guides/configuration-management/importing-models#import-models-using-meshery-ui) for details',
2929
'x-rjsf-grid-area': '12'
3030
}
3131
},
@@ -47,9 +47,7 @@ const importModelSchema = {
4747
format: 'uri',
4848
title: 'URL',
4949
description:
50-
'A direct URL to a single model file, for example: https://raw.github.com/your-model-file.tar. Supported model file formats are: .tar, .tar.gz, and .tgz.
51-
52-
For bulk import of your model use the GitHub connection or CSV files.',
50+
'A direct URL to a single model file, for example: https://raw.github.com/your-model-file.tar. Supported model file formats are: .tar, .tar.gz, and .tgz. \n\nFor bulk import of your model use the GitHub connection or CSV files. See [Import Models Documentation](https://docs.meshery.io/guides/configuration-management/importing-models#import-models-using-meshery-ui) for details',
5351
'x-rjsf-grid-area': '12',
5452
disabled: true
5553
}

0 commit comments

Comments
 (0)