mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-28 12:45:45 +01:00
[EC-646] Remove links from Manage component
These links are no longer necessary as they are now located in the new OAVR tabs.
This commit is contained in:
parent
069baeefcd
commit
8176b9a980
@ -28,38 +28,6 @@
|
|||||||
>
|
>
|
||||||
{{ "groups" | i18n }}
|
{{ "groups" | i18n }}
|
||||||
</a>
|
</a>
|
||||||
<a
|
|
||||||
routerLink="policies"
|
|
||||||
class="list-group-item"
|
|
||||||
routerLinkActive="active"
|
|
||||||
*ngIf="organization.canManagePolicies"
|
|
||||||
>
|
|
||||||
{{ "policies" | i18n }}
|
|
||||||
</a>
|
|
||||||
<a
|
|
||||||
routerLink="sso"
|
|
||||||
class="list-group-item"
|
|
||||||
routerLinkActive="active"
|
|
||||||
*ngIf="organization.canManageSso"
|
|
||||||
>
|
|
||||||
{{ "singleSignOn" | i18n }}
|
|
||||||
</a>
|
|
||||||
<a
|
|
||||||
routerLink="scim"
|
|
||||||
class="list-group-item"
|
|
||||||
routerLinkActive="active"
|
|
||||||
*ngIf="organization.canManageScim"
|
|
||||||
>
|
|
||||||
{{ "scim" | i18n }}
|
|
||||||
</a>
|
|
||||||
<a
|
|
||||||
routerLink="events"
|
|
||||||
class="list-group-item"
|
|
||||||
routerLinkActive="active"
|
|
||||||
*ngIf="organization.canAccessEventLogs"
|
|
||||||
>
|
|
||||||
{{ "eventLogs" | i18n }}
|
|
||||||
</a>
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
Reference in New Issue
Block a user