mirror of
https://github.com/bluewave-labs/Checkmate.git
synced 2025-12-22 10:47:08 +00:00
Added proper csv file which can be downloaded.
This commit is contained in:
1
client/public/bulk_import_monitors_template.csv
Normal file
1
client/public/bulk_import_monitors_template.csv
Normal file
@@ -0,0 +1 @@
|
||||
type,name,url,interval,port,expectedValue,jsonPath,matchMethod
|
||||
|
@@ -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"
|
||||
/>
|
||||
),
|
||||
}}
|
||||
|
||||
Reference in New Issue
Block a user