mirror of
https://github.com/bitwarden/browser
synced 2026-01-19 00:43:25 +00:00
[PM-6967] Replace app-callouts with bit-callouts on desktop (#8415)
* Enable usage of the bit-callout within desktop Adding this should be temporary, with the vision being: All components are standalone and they'd depend/import the CalloutModule themselves if they need it * Replace vaultTimeoutPolicy callout in settings * Replace OwnershipPolicy callout in add-edit cipher * Replace vaultExportDisabled policy callout in export * Replace generator policy callout in generator * Replace policy callouts in add/edit Sends --------- Co-authored-by: Daniel James Smith <djsmith85@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
8fd76eaf9c
commit
7a42b4ebc6
@@ -2,13 +2,13 @@
|
||||
<div class="modal-dialog" role="document">
|
||||
<form class="modal-content" #form (ngSubmit)="submit()" [formGroup]="exportForm">
|
||||
<div class="modal-body">
|
||||
<app-callout
|
||||
<bit-callout
|
||||
type="warning"
|
||||
title="{{ 'vaultExportDisabled' | i18n }}"
|
||||
*ngIf="disabledByPolicy"
|
||||
>
|
||||
{{ "personalVaultExportPolicyInEffect" | i18n }}
|
||||
</app-callout>
|
||||
</bit-callout>
|
||||
<tools-export-scope-callout *ngIf="!disabledByPolicy"></tools-export-scope-callout>
|
||||
<div class="box">
|
||||
<h1 class="box-header" id="exportTitle">
|
||||
|
||||
Reference in New Issue
Block a user