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() %>