mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 17:08:53 +00:00
Website: Add feature block to /device-management page (#24612)
Closes: https://github.com/fleetdm/confidential/issues/8900 Changes: - Added a "Modern change management" section to the /device-management page
This commit is contained in:
parent
4e1e4a3204
commit
324a269e22
3 changed files with 24 additions and 4 deletions
BIN
website/assets/images/mdm-modern-change-management-528x377@2x.png
vendored
Normal file
BIN
website/assets/images/mdm-modern-change-management-528x377@2x.png
vendored
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 77 KiB |
|
|
@ -439,6 +439,9 @@
|
|||
h3 {
|
||||
margin-bottom: 24px;
|
||||
}
|
||||
p {
|
||||
font-size: 16px;
|
||||
}
|
||||
a {
|
||||
color: @core-fleet-black-75;
|
||||
text-decoration: underline;
|
||||
|
|
|
|||
25
website/views/pages/device-management.ejs
vendored
25
website/views/pages/device-management.ejs
vendored
|
|
@ -489,10 +489,7 @@
|
|||
</div>
|
||||
<%/* Shorten the feedback loop section */%>
|
||||
<div purpose="page-section">
|
||||
<div purpose="feature" class="d-flex flex-md-row flex-column justify-content-between mx-auto align-items-center">
|
||||
<div purpose="feature-image" class="left">
|
||||
<img alt="A laptop using Fleet to accurately display the status of MDM configurations" src="/images/mdm-shorten-feedback-loop-528x377@2x.png">
|
||||
</div>
|
||||
<div purpose="feature" class="d-flex flex-md-row flex-column-reverse justify-content-between mx-auto align-items-center">
|
||||
<div purpose="feature-text" class="d-flex flex-column">
|
||||
<h2>Shorten the feedback loop</h2>
|
||||
<p>Spend less time debugging whether changes actually happened.</p>
|
||||
|
|
@ -502,6 +499,26 @@
|
|||
<p>Every change to a policy or security control is tracked and auditable in Fleet’s UI, or in your logs.</p>
|
||||
</div>
|
||||
</div>
|
||||
<div purpose="feature-image">
|
||||
<img alt="A laptop using Fleet to accurately display the status of MDM configurations" src="/images/mdm-shorten-feedback-loop-528x377@2x.png">
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<%/* Mordern change management section */%>
|
||||
<div purpose="page-section">
|
||||
<div purpose="feature" class="d-flex flex-md-row flex-column justify-content-between mx-auto align-items-center">
|
||||
<div purpose="feature-image" class="right">
|
||||
<img alt="Modern change management" src="/images/mdm-modern-change-management-528x377@2x.png">
|
||||
</div>
|
||||
<div purpose="feature-text" class="d-flex flex-column">
|
||||
<h2>Modern change management</h2>
|
||||
<p>Provide a transparent log of all changes and collaborate on how your devices are managed.</p>
|
||||
<div purpose="checklist" class="flex-column d-flex">
|
||||
<p>Democratize change with GitOps so everyone can contribute to device management and security.</p>
|
||||
<p>Maintain reliable employee experiences with version-controlled changes and enhancements.</p>
|
||||
<p>Use CI/CD and peer reviews to look before you leap.</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<%/* Scope transparency section */%>
|
||||
|
|
|
|||
Loading…
Reference in a new issue