mirror of
https://github.com/bitwarden/browser
synced 2026-01-07 19:13:39 +00:00
fixes for non-admin actions on org vault list
This commit is contained in:
@@ -8,7 +8,12 @@
|
||||
</div>
|
||||
<div class="col-6">
|
||||
<div class="page-header d-flex">
|
||||
<h1>{{'myVault' | i18n}}</h1>
|
||||
<h1>
|
||||
{{'myVault' | i18n}}
|
||||
<small #actionSpinner [appApiAction]="ciphersComponent.actionPromise">
|
||||
<i *ngIf="actionSpinner.loading" class="fa fa-spinner fa-spin text-muted" title="{{'loading' | i18n}}"></i>
|
||||
</small>
|
||||
</h1>
|
||||
<div class="ml-auto d-flex">
|
||||
<div class="dropdown mr-2" appListDropdown>
|
||||
<button class="btn btn-sm btn-outline-secondary dropdown-toggle" type="button" id="bulkActionsButton" data-toggle="dropdown"
|
||||
|
||||
Reference in New Issue
Block a user