mirror of
https://github.com/bitwarden/browser
synced 2025-12-11 22:03:36 +00:00
Re-apply commit7c3255d(#3678) which was accidentally reverted by the Org Admin Refresh changes in commit09c3bc8(#3925)
This commit is contained in:
@@ -97,6 +97,14 @@
|
|||||||
<i class="bwi bwi-fw bwi-business" aria-hidden="true"></i>
|
<i class="bwi bwi-fw bwi-business" aria-hidden="true"></i>
|
||||||
{{ organizations[0].name }}
|
{{ organizations[0].name }}
|
||||||
</button>
|
</button>
|
||||||
|
<span class="tw-ml-auto">
|
||||||
|
<button [bitMenuTriggerFor]="orgMenu" class="org-options">
|
||||||
|
<i class="bwi bwi-ellipsis-v" aria-hidden="true"></i>
|
||||||
|
</button>
|
||||||
|
<bit-menu class="filter-organization-options" #orgMenu>
|
||||||
|
<app-organization-options [organization]="organizations[0]"></app-organization-options>
|
||||||
|
</bit-menu>
|
||||||
|
</span>
|
||||||
</div>
|
</div>
|
||||||
</ng-container>
|
</ng-container>
|
||||||
<ng-container *ngSwitchDefault>
|
<ng-container *ngSwitchDefault>
|
||||||
|
|||||||
Reference in New Issue
Block a user