Development
This commit is contained in:
parent
03ccf44c8c
commit
eabded2ef2
1 changed files with 5 additions and 5 deletions
|
|
@ -136,8 +136,12 @@ def collect_tokens(cfg):
|
|||
'<option value="ends_with">Ends With</option>'
|
||||
'</select>'
|
||||
'</div>'
|
||||
'<div style="flex:1 1 200px;">'
|
||||
'<label class="form-label">Search term</label>'
|
||||
'<input id="bl-search-term" type="text" class="form-input" placeholder="e.g. doubleclick.net">'
|
||||
'</div>'
|
||||
'<div>'
|
||||
'<label class="form-label">Search Where</label>'
|
||||
'<label class="form-label">Search where</label>'
|
||||
'<select id="bl-search-list" class="form-input" style="width:auto;">'
|
||||
'<option value="">-- All Blocklists --</option>'
|
||||
f'{bl_options}'
|
||||
|
|
@ -147,10 +151,6 @@ def collect_tokens(cfg):
|
|||
'<label class="form-label">Limit</label>'
|
||||
'<input id="bl-search-limit" type="number" class="form-input" min="1" max="5000" value="500" style="width:6rem;">'
|
||||
'</div>'
|
||||
'<div style="flex:1 1 200px;">'
|
||||
'<label class="form-label">Search term</label>'
|
||||
'<input id="bl-search-term" type="text" class="form-input" placeholder="e.g. doubleclick.net">'
|
||||
'</div>'
|
||||
'<div style="padding-top:1.4rem;">'
|
||||
'<button id="bl-search-btn" class="btn btn-primary">Search</button>'
|
||||
'</div>'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue