Skip to content

Commit c721db9

Browse files
riyaa14leecalcote
andauthored
improve tooltip messages - Apply suggestions from code review
Co-authored-by: Lee Calcote <leecalcote@gmail.com> Signed-off-by: Riya Garg <96983874+riyaa14@users.noreply.github.com>
1 parent 0a17636 commit c721db9

2 files changed

Lines changed: 5 additions & 3 deletions

File tree

src/schemas/importDesign/schema.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ const importDesignSchema = {
6464
format: 'uri',
6565
title: 'URL',
6666
description:
67-
'Provide the URL of the file you want to import. This should be a direct URL to the file, for example: https://raw.github.com/your-design-file.yaml. Also, ensure that design is in a supported format: Kubernetes Manifest, Helm Chart, Docker Compose, or Meshery Design.',
67+
'Provide the URL of the file you want to import. This should be a direct URL to a single file, for example: https://raw.github.com/your-design-file.yaml. Also, ensure that design is in a supported format: Kubernetes Manifest, Helm Chart, Docker Compose, or Meshery Design.',
6868
'x-rjsf-grid-area': '12'
6969
}
7070
},

src/schemas/importModel/schema.tsx

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ const importModelSchema = {
2525
type: 'string',
2626
format: 'file',
2727
description:
28-
'Browse the model file from your file system. Ensure file is an OCI artifact in .tar, .tar.gz or .tgz formats',
28+
'Supported model file formats are: .tar, .tar.gz, and .tgz',
2929
'x-rjsf-grid-area': '12'
3030
}
3131
},
@@ -47,7 +47,9 @@ const importModelSchema = {
4747
format: 'uri',
4848
title: 'URL',
4949
description:
50-
'Provide the URL of the model you want to import. This should be a direct URL to the file, for example: https://raw.github.com/your-model-file.tar. Also, ensure file is an OCI artifact in .tar, .tar.gz or .tgz formats',
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.',
5153
'x-rjsf-grid-area': '12',
5254
disabled: true
5355
}

0 commit comments

Comments
 (0)