From 70df0738adeea8b2681fd000ee8eb7b15538299b Mon Sep 17 00:00:00 2001 From: Shemy Gan Date: Fri, 22 Nov 2024 15:11:54 -0500 Subject: [PATCH 1/3] - Remove inactive upcoming features --- .../Infrastructure/CreateMonitor/index.jsx | 28 ------------------- 1 file changed, 28 deletions(-) diff --git a/Client/src/Pages/Infrastructure/CreateMonitor/index.jsx b/Client/src/Pages/Infrastructure/CreateMonitor/index.jsx index 6a7081d9c..9553b2a68 100644 --- a/Client/src/Pages/Infrastructure/CreateMonitor/index.jsx +++ b/Client/src/Pages/Infrastructure/CreateMonitor/index.jsx @@ -194,25 +194,6 @@ const CreateInfrastructureMonitor = () => { { _id: 10, name: "10 minutes" }, ]; - const NOTIFY_MULTIPLE_EMAIL_LABEL = ( - - - Also notify via email to multiple addresses (coming soon) - - logger.warn("disabled")} - onBlur={handleBlur} - /> - - You can separate multiple emails with a comma - - - ); - return ( { onChange={(e) => handleChange(e)} onBlur={handleBlur} /> - logger.warn("disabled")} - onBlur={handleBlur} - isDisabled={true} - /> From fe960978515770c5ebbcfb4f33497e70a2da7329 Mon Sep 17 00:00:00 2001 From: Shemy Gan Date: Fri, 22 Nov 2024 15:27:34 -0500 Subject: [PATCH 2/3] - Fix words in sentence based on figma --- Client/src/Pages/Infrastructure/CreateMonitor/index.jsx | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/Client/src/Pages/Infrastructure/CreateMonitor/index.jsx b/Client/src/Pages/Infrastructure/CreateMonitor/index.jsx index 9553b2a68..f1650309b 100644 --- a/Client/src/Pages/Infrastructure/CreateMonitor/index.jsx +++ b/Client/src/Pages/Infrastructure/CreateMonitor/index.jsx @@ -234,7 +234,8 @@ const CreateInfrastructureMonitor = () => { General settings - Here you can select the URL of the host, together with the type of monitor. + Here you can select the URL of the host, together with the friendly name and + authorization secret to connect to the server agent. @@ -295,8 +296,8 @@ const CreateInfrastructureMonitor = () => { Customize alerts - Send a notification to user(s) When the thresholds exceed a certain number - or percentage. + Send a notification to user(s) when thresholds exceed a certain number of + percentage. From 5e069f8869798641c92f9526a99b7a35c299bf55 Mon Sep 17 00:00:00 2001 From: Alexander Holliday Date: Sat, 23 Nov 2024 10:07:02 +0800 Subject: [PATCH 3/3] Update index.jsx grammar fix --- Client/src/Pages/Infrastructure/CreateMonitor/index.jsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Client/src/Pages/Infrastructure/CreateMonitor/index.jsx b/Client/src/Pages/Infrastructure/CreateMonitor/index.jsx index f1650309b..2171c3c19 100644 --- a/Client/src/Pages/Infrastructure/CreateMonitor/index.jsx +++ b/Client/src/Pages/Infrastructure/CreateMonitor/index.jsx @@ -296,8 +296,7 @@ const CreateInfrastructureMonitor = () => { Customize alerts - Send a notification to user(s) when thresholds exceed a certain number of - percentage. + Send a notification to user(s) when thresholds exceed a specified percentage.