File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
caterva2/services/templates Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -3,12 +3,12 @@ <h5>Datasets:</h5>
3
3
{# Used in root_list.html #}
4
4
< input type ="hidden " id ="query-search " name ="search " value ="{{ search_text }} ">
5
5
6
- <!-- Search box -->
7
- < form class ="d-flex mt-1 " hx-get =" {{ search_url }} " hx-target =" #path-list " >
8
- < input class =" form-control me-2 " name =" search " type =" search "
9
- placeholder =" Search " aria-label =" Search " value =" {{ search_text }} " >
10
- < button class =" btn btn-outline-success " type =" submit " > Search </ button >
11
- </ form >
6
+ <!-- Filter box -->
7
+ < input class ="form-control me-2 " name =" search " type =" search "
8
+ placeholder =" Filter " aria-label =" Filter " value =" {{ search_text }} "
9
+ hx-get =" {{ search_url }} " hx-target =" #path-list " hx-trigger =" input changed delay:1s "
10
+ hx-ext =" morph " hx-swap =" morph:innerHTML "
11
+ >
12
12
13
13
<!-- Datasets list -->
14
14
< div class ="h-75 overflow-scroll mt-1 " id ="dataset-list ">
You can’t perform that action at this time.
0 commit comments