mirror of
https://github.com/bitwarden/browser
synced 2025-12-11 22:03:36 +00:00
[PM-10833] [Defect] Add items to new dropdown in admin console (#10828)
* Add cipher types to "new" dropdown in admin console. * Keep feature flag code consistent. * Add missing menu divider.
This commit is contained in:
@@ -131,6 +131,7 @@
|
|||||||
<i class="bwi bwi-sticky-note" slot="start" aria-hidden="true"></i>
|
<i class="bwi bwi-sticky-note" slot="start" aria-hidden="true"></i>
|
||||||
{{ "note" | i18n }}
|
{{ "note" | i18n }}
|
||||||
</button>
|
</button>
|
||||||
|
<bit-menu-divider></bit-menu-divider>
|
||||||
</ng-container>
|
</ng-container>
|
||||||
<ng-container *ngSwitchCase="false">
|
<ng-container *ngSwitchCase="false">
|
||||||
<button type="button" bitMenuItem (click)="addCipher()">
|
<button type="button" bitMenuItem (click)="addCipher()">
|
||||||
|
|||||||
Reference in New Issue
Block a user