Added proper csv file which can be downloaded.

This commit is contained in:
Owaise Imdad
2025-04-30 23:59:25 +05:30
parent 8a53ddcf15
commit ecce31ce34
2 changed files with 3 additions and 2 deletions

View File

@@ -0,0 +1 @@
type,name,url,interval,port,expectedValue,jsonPath,matchMethod
1 type name url interval port expectedValue jsonPath matchMethod

View File

@@ -68,14 +68,14 @@ const BulkImport = () => {
<Link
color="info"
download
href="bulk_import_monitors_template.csv"
href="/bulk_import_monitors_template.csv"
/>
),
sample: (
<Link
color="info"
download
href="bulk_import_monitors_sample.csv"
href="/bulk_import_monitors_sample.csv"
/>
),
}}