Skip to content

Commit

Permalink
fix: Выбор индекса
Browse files Browse the repository at this point in the history
  • Loading branch information
Boris committed Oct 17, 2024
1 parent 7cd2e73 commit 6afec00
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion front/search.html
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,10 @@
<nav class="collapse bd-links" id="bd-docs-nav" aria-label="Main navigation">
<div class="bd-search" style="position: relative; display: inline-block; left: 50px; direction: ltr;">
<select class="form-control form-control-sm" id="clusters" style="width:90%">
<option selected value=-1>choose the cluster</option>
<option selected value=-1>Select...</option>
</select>
<select class="form-control form-control-sm" name="indices" style="width:90%" id="igs">
<option selected value=-1>Select...</option>
</select>
</div>
<ul class="list-group" id="fields"></ul>
Expand Down
2 changes: 1 addition & 1 deletion modules/version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@

package version

var Version = "extractor/v0.2.2"
var Version = "extractor/v0.2.3"

0 comments on commit 6afec00

Please sign in to comment.