Update templates/index.html
Browse files- templates/index.html +3 -3
templates/index.html
CHANGED
@@ -58,7 +58,7 @@
|
|
58 |
</div>
|
59 |
<div class="filter-tab-container">
|
60 |
<button type="button" id="toggleFilters" class="filter-toggle-btn">
|
61 |
-
<span>
|
62 |
<svg width="16" height="16" style="vertical-align:middle" fill="currentColor">
|
63 |
<path d="M4 7l4 4 4-4"></path>
|
64 |
</svg>
|
@@ -78,7 +78,7 @@
|
|
78 |
</select>
|
79 |
|
80 |
<select name="working_group" class="filter-select">
|
81 |
-
<option value="">Group</option>
|
82 |
<option value="CP">CP</option>
|
83 |
<option value="C1">C1</option>
|
84 |
<option value="C2">C2</option>
|
@@ -97,7 +97,7 @@
|
|
97 |
|
98 |
<label class="filter-checkbox-label">
|
99 |
<input type="checkbox" name="case_sensitive" class="filter-checkbox" />
|
100 |
-
|
101 |
</label>
|
102 |
</form>
|
103 |
</div>
|
|
|
58 |
</div>
|
59 |
<div class="filter-tab-container">
|
60 |
<button type="button" id="toggleFilters" class="filter-toggle-btn">
|
61 |
+
<span>Filters</span>
|
62 |
<svg width="16" height="16" style="vertical-align:middle" fill="currentColor">
|
63 |
<path d="M4 7l4 4 4-4"></path>
|
64 |
</svg>
|
|
|
78 |
</select>
|
79 |
|
80 |
<select name="working_group" class="filter-select">
|
81 |
+
<option value="">Working Group</option>
|
82 |
<option value="CP">CP</option>
|
83 |
<option value="C1">C1</option>
|
84 |
<option value="C2">C2</option>
|
|
|
97 |
|
98 |
<label class="filter-checkbox-label">
|
99 |
<input type="checkbox" name="case_sensitive" class="filter-checkbox" />
|
100 |
+
Case sensitive
|
101 |
</label>
|
102 |
</form>
|
103 |
</div>
|