From 0f02f759eed9ee2c796dc37142b035717a64bcd7 Mon Sep 17 00:00:00 2001 From: Eric Date: Thu, 4 Jan 2024 17:45:58 -0600 Subject: [PATCH] Website: update calls to action on /device-management page. (#15906) Closes: https://github.com/fleetdm/confidential/issues/4868 Changes: - Updated the calls to action on the /device-management page to match the /endpoint-ops and /vulnerability-management pages --- website/assets/js/pages/fleet-mdm.page.js | 25 ----------- website/views/pages/fleet-mdm.ejs | 51 ++--------------------- 2 files changed, 4 insertions(+), 72 deletions(-) diff --git a/website/assets/js/pages/fleet-mdm.page.js b/website/assets/js/pages/fleet-mdm.page.js index 01b559ad54..348de9aa20 100644 --- a/website/assets/js/pages/fleet-mdm.page.js +++ b/website/assets/js/pages/fleet-mdm.page.js @@ -42,30 +42,5 @@ parasails.registerPage('device-management', { window.HubSpotConversations.widget.open(); } }, - clickOpenMdmModal: function() { - this.modal = 'mdm'; - }, - clickOpenVideoModal: function(modalName) { - this.modal = modalName; - }, - closeModal: async function () { - this.modal = ''; - await this._resetForms(); - }, - typeClearOneFormError: async function(field) { - if(this.formErrors[field]){ - this.formErrors = _.omit(this.formErrors, field); - } - }, - submittedForm: function() { - this.showSignupFormSuccess = true; - }, - _resetForms: async function() { - this.cloudError = ''; - this.formData = {}; - this.formErrors = {}; - await this.forceRender(); - }, - } }); diff --git a/website/views/pages/fleet-mdm.ejs b/website/views/pages/fleet-mdm.ejs index 9cae029f66..08e77ff049 100644 --- a/website/views/pages/fleet-mdm.ejs +++ b/website/views/pages/fleet-mdm.ejs @@ -18,8 +18,8 @@ ClickOps or DevOps

Manage your IT infrastructure in any browser or use git to make changes as code. Use the CLI or API to automate the deployment, configuration, and monitoring of your devices.

- Show me - Talk to an expert + Show me + See real data
@@ -113,8 +113,8 @@

Open-source device management

Manage devices like code

- Show me - Talk to an expert + Show me + See real data
@@ -125,48 +125,5 @@ A glass city floating on top of fluffy white clouds A glass city floating on top of fluffy white clouds - -
-
- - -
- - -
Please enter a valid email address
-
-
-

How many hosts do you have?

-
- - -
-
- - -
Please choose one option
-
-
- -
- Submit -
-
-

We will never spam you.

-
-
-

Thank you!

-

We just sent you an email in case you need to watch it again.

-

Watch Dave's MDM demo

-
-
-
<%- /* Expose server-rendered data as window.SAILS_LOCALS :: */ exposeLocalsToBrowser() %>