File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed
sde_indexing_helper/templates/sde_collections Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -49,12 +49,11 @@ <h2 class="title">Welcome back!</h2>
49
49
</ tr >
50
50
</ thead >
51
51
52
- < div class ="search-container ">
53
- < label for ="collectionSearch "> Universal Search</ label >
54
- < input type ="text " id ="collectionSearch " placeholder ="Type to search... " class ="table_filter_row_input textBoxStyling ">
55
- </ div >
56
-
57
52
< tbody >
53
+ < div class ="search-container ">
54
+ < label for ="collectionSearch "> Universal Search</ label >
55
+ < input type ="text " id ="collectionSearch " placeholder ="Type to search... " class ="table_filter_row_input textBoxStyling ">
56
+ </ div >
58
57
{% for collection in collections %}
59
58
< tr id ="{{ collection.id }} " data-config-folder ="{{ collection.config_folder }} ">
60
59
< td class ="noBorder ">
You can’t perform that action at this time.
0 commit comments