From 1a8c31f6796c787954e0e53a53f4d10ad54b2d82 Mon Sep 17 00:00:00 2001 From: Michael O'Toole Date: Fri, 18 Feb 2022 09:18:56 +0000 Subject: [PATCH] Change wizard confirmation page icons. --- src/views/endpoint/MEM/MEMAddPolicy.js | 14 ++++------ .../endpoint/autopilot/AutopilotAddProfile.js | 26 ++++++++--------- .../autopilot/AutopilotAddStatusPage.js | 22 ++++++--------- .../administration/OffboardingWizard.js | 28 ++++++++----------- .../tenant/administration/AlertWizard.js | 26 ++++++++--------- 5 files changed, 48 insertions(+), 68 deletions(-) diff --git a/src/views/endpoint/MEM/MEMAddPolicy.js b/src/views/endpoint/MEM/MEMAddPolicy.js index 7540f117023b..ddfcdbce8a3d 100644 --- a/src/views/endpoint/MEM/MEMAddPolicy.js +++ b/src/views/endpoint/MEM/MEMAddPolicy.js @@ -2,11 +2,7 @@ import React from 'react' import { CCol, CRow, CListGroup, CListGroupItem, CCallout, CSpinner } from '@coreui/react' import { Field, FormSpy } from 'react-final-form' import { FontAwesomeIcon } from '@fortawesome/react-fontawesome' -import { - faCheckCircle, - faExclamationTriangle, - faTimesCircle, -} from '@fortawesome/free-solid-svg-icons' +import { faCheck, faExclamationTriangle, faTimes } from '@fortawesome/free-solid-svg-icons' import { CippWizard } from 'src/components/layout' import { WizardTableField } from 'src/components/tables' import PropTypes from 'prop-types' @@ -234,7 +230,7 @@ const AddPolicy = () => { @@ -242,7 +238,7 @@ const AddPolicy = () => { @@ -250,7 +246,7 @@ const AddPolicy = () => { @@ -258,7 +254,7 @@ const AddPolicy = () => { diff --git a/src/views/endpoint/autopilot/AutopilotAddProfile.js b/src/views/endpoint/autopilot/AutopilotAddProfile.js index cb6309b52ba0..7ab5e5ef7630 100644 --- a/src/views/endpoint/autopilot/AutopilotAddProfile.js +++ b/src/views/endpoint/autopilot/AutopilotAddProfile.js @@ -2,11 +2,7 @@ import React from 'react' import { CCol, CRow, CForm, CListGroup, CListGroupItem, CCallout, CSpinner } from '@coreui/react' import { Field, FormSpy } from 'react-final-form' import { FontAwesomeIcon } from '@fortawesome/react-fontawesome' -import { - faCheckCircle, - faExclamationTriangle, - faTimesCircle, -} from '@fortawesome/free-solid-svg-icons' +import { faCheck, faExclamationTriangle, faTimes } from '@fortawesome/free-solid-svg-icons' import { CippWizard } from 'src/components/layout' import { WizardTableField } from 'src/components/tables' import PropTypes from 'prop-types' @@ -185,7 +181,7 @@ const ApplyStandard = () => { @@ -193,7 +189,7 @@ const ApplyStandard = () => { @@ -201,7 +197,7 @@ const ApplyStandard = () => { @@ -209,7 +205,7 @@ const ApplyStandard = () => { @@ -217,7 +213,7 @@ const ApplyStandard = () => { @@ -225,7 +221,7 @@ const ApplyStandard = () => { @@ -233,7 +229,7 @@ const ApplyStandard = () => { @@ -241,7 +237,7 @@ const ApplyStandard = () => { @@ -249,7 +245,7 @@ const ApplyStandard = () => { @@ -257,7 +253,7 @@ const ApplyStandard = () => { diff --git a/src/views/endpoint/autopilot/AutopilotAddStatusPage.js b/src/views/endpoint/autopilot/AutopilotAddStatusPage.js index e56c37dcf32e..d1845cb59e20 100644 --- a/src/views/endpoint/autopilot/AutopilotAddStatusPage.js +++ b/src/views/endpoint/autopilot/AutopilotAddStatusPage.js @@ -2,11 +2,7 @@ import React from 'react' import { CCol, CRow, CForm, CListGroup, CListGroupItem, CCallout, CSpinner } from '@coreui/react' import { Field, FormSpy } from 'react-final-form' import { FontAwesomeIcon } from '@fortawesome/react-fontawesome' -import { - faCheckCircle, - faExclamationTriangle, - faTimesCircle, -} from '@fortawesome/free-solid-svg-icons' +import { faCheck, faExclamationTriangle, faTimes } from '@fortawesome/free-solid-svg-icons' import { CippWizard } from 'src/components/layout' import { WizardTableField } from 'src/components/tables' import PropTypes from 'prop-types' @@ -157,7 +153,7 @@ const ApplyStandard = () => { @@ -165,7 +161,7 @@ const ApplyStandard = () => { @@ -173,7 +169,7 @@ const ApplyStandard = () => { @@ -181,7 +177,7 @@ const ApplyStandard = () => { @@ -189,7 +185,7 @@ const ApplyStandard = () => { @@ -197,7 +193,7 @@ const ApplyStandard = () => { @@ -205,7 +201,7 @@ const ApplyStandard = () => { @@ -213,7 +209,7 @@ const ApplyStandard = () => { diff --git a/src/views/identity/administration/OffboardingWizard.js b/src/views/identity/administration/OffboardingWizard.js index 760297c9486e..f53cd10f1518 100644 --- a/src/views/identity/administration/OffboardingWizard.js +++ b/src/views/identity/administration/OffboardingWizard.js @@ -2,11 +2,7 @@ import React from 'react' import { CCallout, CCol, CListGroup, CListGroupItem, CRow, CSpinner } from '@coreui/react' import { Field, FormSpy } from 'react-final-form' import { FontAwesomeIcon } from '@fortawesome/react-fontawesome' -import { - faExclamationTriangle, - faTimesCircle, - faCheckCircle, -} from '@fortawesome/free-solid-svg-icons' +import { faExclamationTriangle, faTimes, faCheck } from '@fortawesome/free-solid-svg-icons' import { useSelector } from 'react-redux' import { CippWizard } from 'src/components/layout' import PropTypes from 'prop-types' @@ -220,7 +216,7 @@ const OffboardingWizard = () => { @@ -228,7 +224,7 @@ const OffboardingWizard = () => { @@ -236,7 +232,7 @@ const OffboardingWizard = () => { @@ -244,7 +240,7 @@ const OffboardingWizard = () => { @@ -252,7 +248,7 @@ const OffboardingWizard = () => { @@ -260,7 +256,7 @@ const OffboardingWizard = () => { @@ -268,7 +264,7 @@ const OffboardingWizard = () => { @@ -276,7 +272,7 @@ const OffboardingWizard = () => { @@ -284,7 +280,7 @@ const OffboardingWizard = () => { @@ -292,7 +288,7 @@ const OffboardingWizard = () => { @@ -300,7 +296,7 @@ const OffboardingWizard = () => { diff --git a/src/views/tenant/administration/AlertWizard.js b/src/views/tenant/administration/AlertWizard.js index 4c51291c90d0..b5620f1e450d 100644 --- a/src/views/tenant/administration/AlertWizard.js +++ b/src/views/tenant/administration/AlertWizard.js @@ -2,11 +2,7 @@ import React from 'react' import { CCol, CRow, CForm, CListGroup, CListGroupItem, CCallout, CSpinner } from '@coreui/react' import { Field, FormSpy } from 'react-final-form' import { FontAwesomeIcon } from '@fortawesome/react-fontawesome' -import { - faCheckCircle, - faExclamationTriangle, - faTimesCircle, -} from '@fortawesome/free-solid-svg-icons' +import { faCheck, faExclamationTriangle, faTimes } from '@fortawesome/free-solid-svg-icons' import { CippWizard } from 'src/components/layout' import { WizardTableField } from 'src/components/tables' import PropTypes from 'prop-types' @@ -144,7 +140,7 @@ const AlertWizard = () => { @@ -152,7 +148,7 @@ const AlertWizard = () => { @@ -160,7 +156,7 @@ const AlertWizard = () => { @@ -168,7 +164,7 @@ const AlertWizard = () => { @@ -176,7 +172,7 @@ const AlertWizard = () => { @@ -184,7 +180,7 @@ const AlertWizard = () => { @@ -192,7 +188,7 @@ const AlertWizard = () => { @@ -200,7 +196,7 @@ const AlertWizard = () => { @@ -208,7 +204,7 @@ const AlertWizard = () => { @@ -216,7 +212,7 @@ const AlertWizard = () => {