mirror of
https://github.com/fleetdm/fleet
synced 2026-05-24 09:28:54 +00:00
Link website "add app" to contributor docs (#30819)
This commit is contained in:
parent
c64bee2901
commit
2bf57a58c9
1 changed files with 2 additions and 2 deletions
4
website/views/pages/app-library.ejs
vendored
4
website/views/pages/app-library.ejs
vendored
|
|
@ -11,7 +11,7 @@
|
|||
<div purpose="count-and-cta" class="d-flex flex-sm-row flex-column align-items-sm-center align-items-start justify-content-sm-between justify-content-center mb-3">
|
||||
<div><p class="mb-0"><strong>{{allApps.length}} and counting....</strong></p></div>
|
||||
<div class="d-sm-block d-none">
|
||||
<a purpose="request-button" href="https://github.com/fleetdm/fleet/edit/main/server/mdm/maintainedapps/apps.json" target="_blank" no-icon>Add an app</a>
|
||||
<a purpose="request-button" href="https://github.com/fleetdm/fleet/blob/main/ee/maintained-apps/README.md" target="_blank" no-icon>Add an app</a>
|
||||
</div>
|
||||
</div>
|
||||
<div purpose="app-cards" class="card-deck flex-wrap">
|
||||
|
|
@ -35,7 +35,7 @@
|
|||
<div purpose="app-card" class="card d-flex invisible"></div>
|
||||
</div>
|
||||
<div class="d-flex d-sm-none w-100">
|
||||
<a purpose="request-button" href="https://github.com/fleetdm/fleet/edit/main/server/mdm/maintainedapps/apps.json" target="_blank" no-icon>Add an app</a>
|
||||
<a purpose="request-button" href="https://github.com/fleetdm/fleet/blob/main/ee/maintained-apps/README.md" target="_blank" no-icon>Add an app</a>
|
||||
</div>
|
||||
<div purpose="feature-cards" class="d-flex flex-md-row flex-column">
|
||||
<div purpose="feature-card" class="d-flex flex-md-row flex-column">
|
||||
|
|
|
|||
Loading…
Reference in a new issue