mirror of
https://github.com/fleetdm/fleet
synced 2026-05-22 08:28:52 +00:00
Website: Integrations update (#22686)
- Added Homebrew to the list of integrations - Update descriptions for Oomnitza and Adaptive Shield Closes https://github.com/fleetdm/fleet/issues/21853 and https://github.com/fleetdm/confidential/issues/8072 --------- Co-authored-by: Eric <eashaw@sailsjs.com>
This commit is contained in:
parent
093292aae3
commit
3dc1dc6f64
2 changed files with 15 additions and 2 deletions
BIN
website/assets/images/logo-homebrew-112x29@2x.png
vendored
Normal file
BIN
website/assets/images/logo-homebrew-112x29@2x.png
vendored
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 5.7 KiB |
17
website/views/pages/integrations.ejs
vendored
17
website/views/pages/integrations.ejs
vendored
|
|
@ -272,7 +272,7 @@
|
|||
</div>
|
||||
<div purpose="integration-card-body" class="card-body">
|
||||
<p>
|
||||
Enterprise IT asset management platform.
|
||||
Feed data from enrolled hosts (serial, end user name, geolocation, life cycle) into Oomnitza.
|
||||
</p>
|
||||
<div purpose="integration-card-buttons" class="d-flex flex-row justify-content-between">
|
||||
<a purpose="learn-more-link" target="_blank" href="https://oomnitza.zendesk.com/hc/en-us/sections/15236197815191-Fleet-Device-Management">Learn more</a>
|
||||
|
|
@ -285,13 +285,26 @@
|
|||
</div>
|
||||
<div purpose="integration-card-body" class="card-body">
|
||||
<p>
|
||||
SaaS security posture management platform.
|
||||
Notify and remediate when the configuration of the web app has changed.
|
||||
</p>
|
||||
<div purpose="integration-card-buttons" class="d-flex flex-row justify-content-between">
|
||||
<a purpose="learn-more-link" target="_blank" href="https://www.adaptive-shield.com/integrations/it-and-security/">Learn more</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div purpose="integration-card" class="card">
|
||||
<div purpose="integration-logo">
|
||||
<img src="/images/logo-homebrew-112x29@2x.png" alt="Homebrew">
|
||||
</div>
|
||||
<div purpose="integration-card-body" class="card-body">
|
||||
<p>
|
||||
Deploy software with Fleet and Homebrew.
|
||||
</p>
|
||||
<div purpose="integration-card-buttons" class="d-flex flex-row justify-content-between">
|
||||
<a purpose="learn-more-link" target="_blank" href="https://brew.sh">Learn more</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div purpose="integration-card" class="card invisible mb-0 d-none d-sm-flex">
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Reference in a new issue