1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-16 08:13:42 +00:00

default match detection setting

This commit is contained in:
Kyle Spearrin
2019-01-09 11:59:14 -05:00
parent 62cd97688e
commit 2a3beacbe0
4 changed files with 41 additions and 2 deletions

View File

@@ -24,6 +24,18 @@
<b>{{'warning' | i18n}}</b>: {{'experimentalFeature' | i18n}}
</div>
</div>
<div class="box">
<div class="box-content">
<div class="box-content-row" appBoxRow>
<label for="defaultUriMatch">{{'defaultUriMatchDetection' | i18n}}</label>
<select id="defaultUriMatch" name="DefaultUriMatch" [(ngModel)]="defaultUriMatch"
(change)="saveDefaultUriMatch()">
<option *ngFor="let o of uriMatchOptions" [ngValue]="o.value">{{o.name}}</option>
</select>
</div>
</div>
<div class="box-footer">{{'defaultUriMatchDetectionDesc' | i18n}}</div>
</div>
<div class="box">
<div class="box-content">
<div class="box-content-row box-content-row-checkbox" appBoxRow>