mirror of
https://github.com/bitwarden/browser
synced 2025-12-23 19:53:43 +00:00
[PM-12273] Admin Console Integration Page (#11883)
* Integration page initial implementation * replace placeholder integrations * fix linting and tests * fix locales * update locale * Change logos, add link to SCIM page * refactor to standalone components, add integration filtering pipe * refactor modules and imports. Remove hyperlink text from integration card template * refactor i18n usage to be more generic * Add storybooks * fix tests * minify svgs, include spec files in TS config, fix stories * Update apps/web/src/locales/en/messages.json Co-authored-by: Thomas Rittson <31796059+eliykat@users.noreply.github.com> * fix imports, add static dir for stories * Add darkmode svgs for integrations * hide nav link for non enterprise orgs * add router guard * change rxjs selector * Remove tailwind class causing style issues --------- Co-authored-by: Thomas Rittson <31796059+eliykat@users.noreply.github.com>
This commit is contained in:
@@ -1,6 +1,11 @@
|
||||
<app-header></app-header>
|
||||
|
||||
<p bitTypography="body1">{{ "scimDescription" | i18n }}</p>
|
||||
<p bitTypography="body1">
|
||||
{{ "scimIntegrationDescription" | i18n }}
|
||||
<a bitLink target="_blank" href="https://bitwarden.com/help/about-scim/"
|
||||
><i class="bwi bwi-question-circle"></i
|
||||
></a>
|
||||
</p>
|
||||
|
||||
<div *ngIf="loading">
|
||||
<i
|
||||
|
||||
Reference in New Issue
Block a user