Add browser match controls
This commit is contained in:
@@ -19,6 +19,25 @@
|
||||
<span>API token</span>
|
||||
<textarea id="bearer-token" name="bearer-token" rows="6" spellcheck="false"></textarea>
|
||||
</label>
|
||||
<fieldset>
|
||||
<legend>Browser Matching</legend>
|
||||
<label class="checkbox-row">
|
||||
<input id="best-match-only" name="best-match-only" type="checkbox">
|
||||
<span>Best match only</span>
|
||||
</label>
|
||||
<label class="checkbox-row">
|
||||
<input id="require-scheme-match" name="require-scheme-match" type="checkbox">
|
||||
<span>Require current scheme</span>
|
||||
</label>
|
||||
<label>
|
||||
<span>Sort results</span>
|
||||
<select id="sort-results" name="sort-results">
|
||||
<option value="quality">KeePassGO match quality</option>
|
||||
<option value="title">Title</option>
|
||||
<option value="path">Path</option>
|
||||
</select>
|
||||
</label>
|
||||
</fieldset>
|
||||
<div class="actions">
|
||||
<button type="submit">Save</button>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user