From ecce31ce34e919d128bcfc180b60129c3f885687 Mon Sep 17 00:00:00 2001 From: Owaise Imdad Date: Wed, 30 Apr 2025 23:59:25 +0530 Subject: [PATCH] Added proper csv file which can be downloaded. --- client/public/bulk_import_monitors_template.csv | 1 + client/src/Pages/Uptime/BulkImport/index.jsx | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) create mode 100644 client/public/bulk_import_monitors_template.csv diff --git a/client/public/bulk_import_monitors_template.csv b/client/public/bulk_import_monitors_template.csv new file mode 100644 index 000000000..2902010fc --- /dev/null +++ b/client/public/bulk_import_monitors_template.csv @@ -0,0 +1 @@ +type,name,url,interval,port,expectedValue,jsonPath,matchMethod \ No newline at end of file diff --git a/client/src/Pages/Uptime/BulkImport/index.jsx b/client/src/Pages/Uptime/BulkImport/index.jsx index 15bc5efcf..a1c38c0b6 100644 --- a/client/src/Pages/Uptime/BulkImport/index.jsx +++ b/client/src/Pages/Uptime/BulkImport/index.jsx @@ -68,14 +68,14 @@ const BulkImport = () => { ), sample: ( ), }}