mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 08:58:41 +00:00
typo-fixes (#6374)
* typo-fixes - rounded up incorrect percentages for "Does your current management strategy allow you to effectively automate your custom security workflows?" - Fixed typo "workspace" => "workforce" - Rephrased "Device enrollment also adds to that complexity, and full compliance monitoring is impossible where it's lacking." * Update state-of-device-management.ejs - fixed typo "organizations" * Added comma between "open-source" and "cloud-based" Co-authored-by: Tim Kern <tim@fleetdm.com>
This commit is contained in:
parent
16672bf410
commit
c4aeebed1b
2 changed files with 9 additions and 9 deletions
|
|
@ -123,7 +123,7 @@ parasails.registerPage('state-of-device-management', {
|
|||
labels: ['Yes', 'No',],
|
||||
datasets: [{
|
||||
label: 'percent',
|
||||
data: [54.2, 45.9],
|
||||
data: [54, 46],
|
||||
backgroundColor: ['#A182DF', '#E59CC4'],
|
||||
}]
|
||||
},
|
||||
|
|
@ -181,10 +181,10 @@ parasails.registerPage('state-of-device-management', {
|
|||
{label: 'Non-profit, K-12 education', percent: '7.32', color: '#CB73A3'},
|
||||
],
|
||||
percentWorkingRemote: [
|
||||
{label: '100 percent of workspace', percent: '27', color: '#A182DF'},
|
||||
{label: '50 percent of workspace', percent: '27', color: '#E59CC4'},
|
||||
{label: '25 percent of workspace', percent: '25', color: '#F1AC8C'},
|
||||
{label: '0 percent of workspace', percent: '21', color: '#91D4C7'},
|
||||
{label: '100 percent of workforce', percent: '27', color: '#A182DF'},
|
||||
{label: '50 percent of workforce', percent: '27', color: '#E59CC4'},
|
||||
{label: '25 percent of workforce', percent: '25', color: '#F1AC8C'},
|
||||
{label: '0 percent of workforce', percent: '21', color: '#91D4C7'},
|
||||
],
|
||||
},
|
||||
partOne: {
|
||||
|
|
|
|||
|
|
@ -220,7 +220,7 @@
|
|||
<div class="col-md-4" purpose="report-note">
|
||||
<img alt="A checklist" src="/images/icon-checklist-36x36@2x.png">
|
||||
<h3>Verifying compliance across devices</h3>
|
||||
<p>Our respondents reported that verifying compliance in real time across their devices is a successful best practice, yet 22.9% say doing so is proving difficult. Device enrollment also adds to that complexity, and where it's lacking, full compliance monitoring is impossible.</p>
|
||||
<p>Our respondents reported that verifying compliance in real time across their devices is a successful best practice, yet 22.9% say doing so is proving difficult. Device enrollment also adds to that complexity, and full compliance monitoring is impossible where it's lacking.</p>
|
||||
</div>
|
||||
<div class="col-md-4" purpose="report-note">
|
||||
<img alt="A compliant laptop with a checkmark" src="/images/icon-enrolled-device-36x36@2x.png">
|
||||
|
|
@ -402,7 +402,7 @@
|
|||
</div>
|
||||
<div purpose="subsection">
|
||||
<h3>54% have an MDM that allows them to automate custom security workflows</h3>
|
||||
<p>54.2% say their MDM strategy allows them to automate custom security workflows, while 45.9% say it does not.</p>
|
||||
<p>54% say their MDM strategy allows them to automate custom security workflows, while 46% say it does not.</p>
|
||||
<div purpose="chart-card" class="mb-0">
|
||||
<span purpose="chart-title">Does your current management strategy allow you to effectively automate your custom security workflows?</span>
|
||||
<div purpose="chart-container">
|
||||
|
|
@ -511,8 +511,8 @@
|
|||
</div>
|
||||
<div purpose="subsection" class="mb-0">
|
||||
<h2>Summary</h2>
|
||||
<p>With the expected growth of remote work in the future and the number of malicious actors exploiting vulnerable endpoints on the rise, originations must have a robust MDM. Security is a top priority for our respondents. This means using multi-factor authentication across devices and protecting third-party apps and packages. Zero-touch enrollment is another priority to increase enrollment rates.</p>
|
||||
<p>For teams that want more endpoint protection — as many as half of the security professionals we surveyed — an open-source cloud-based solution that is easy to set up, has built-in security defaults, and gives real-time visibility into their fleet will satisfy their MDM priorities.</p>
|
||||
<p>With the expected growth of remote work in the future and the number of malicious actors exploiting vulnerable endpoints on the rise, organizations must have a robust MDM. Security is a top priority for our respondents. This means using multi-factor authentication across devices and protecting third-party apps and packages. Zero-touch enrollment is another priority to increase enrollment rates.</p>
|
||||
<p>For teams that want more endpoint protection — as many as half of the security professionals we surveyed — an open-source, cloud-based solution that is easy to set up, has built-in security defaults, and gives real-time visibility into their fleet will satisfy their MDM priorities.</p>
|
||||
</div>
|
||||
</div>
|
||||
<div purpose="report-section" id="part-6">
|
||||
|
|
|
|||
Loading…
Reference in a new issue