mirror of
https://github.com/fleetdm/fleet
synced 2026-04-21 13:37:30 +00:00
added new integration (#31216)
- added ilert integration card - updated Workbrew logo
This commit is contained in:
parent
9dd1c895d6
commit
edae78e16b
4 changed files with 14 additions and 1 deletions
BIN
website/assets/images/logo-ilert-93x28@2x.png
vendored
Normal file
BIN
website/assets/images/logo-ilert-93x28@2x.png
vendored
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 2.3 KiB |
BIN
website/assets/images/logo-workbrew-154x28@2x.png
vendored
Normal file
BIN
website/assets/images/logo-workbrew-154x28@2x.png
vendored
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 3.3 KiB |
BIN
website/assets/images/logo-workbrew-196x28@2x.png
vendored
BIN
website/assets/images/logo-workbrew-196x28@2x.png
vendored
Binary file not shown.
|
Before Width: | Height: | Size: 2.3 KiB |
15
website/views/pages/integrations.ejs
vendored
15
website/views/pages/integrations.ejs
vendored
|
|
@ -209,6 +209,19 @@
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div purpose="integration-card" class="card">
|
||||
<div purpose="integration-logo">
|
||||
<img src="/images/logo-ilert-93x28@2x.png" alt="Ilert logo">
|
||||
</div>
|
||||
<div purpose="integration-card-body" class="card-body">
|
||||
<p>
|
||||
Monitor osquery activity in ilert for proactive incident detection.
|
||||
</p>
|
||||
<div purpose="integration-card-buttons" class="d-flex flex-row justify-content-between">
|
||||
<a purpose="learn-more-link" target="_blank" href="https://docs.ilert.com/integrations/inbound-integrations/fleet-dm">Learn more</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div purpose="integration-card" class="card">
|
||||
<div purpose="integration-logo">
|
||||
<img src="/images/logo-jira-185x28@2x.png" alt="Jira Software logo">
|
||||
|
|
@ -307,7 +320,7 @@
|
|||
</div>
|
||||
<div purpose="integration-card" class="card">
|
||||
<div purpose="integration-logo">
|
||||
<img src="/images/logo-workbrew-196x28@2x.png" alt="Workbrew">
|
||||
<img src="/images/logo-workbrew-154x28@2x.png" alt="Workbrew">
|
||||
</div>
|
||||
<div purpose="integration-card-body" class="card-body">
|
||||
<p>
|
||||
|
|
|
|||
Loading…
Reference in a new issue