File tree Expand file tree Collapse file tree 1 file changed +8
-3
lines changed
sde_indexing_helper/templates/sde_collections Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -48,10 +48,15 @@ <h2 class="title">Welcome back!</h2>
48
48
< td class ="hideDisplay "> </ td >
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
+
52
57
< tbody >
53
58
{% for collection in collections %}
54
- < tr id ={{ collection.id }} >
59
+ < tr id =" {{ collection.id }} " data-config-folder =" {{ collection.config_folder }} " >
55
60
< td class ="noBorder ">
56
61
< a class ="nameStyling " href ="{% url 'sde_collections:detail' collection.pk %} "> {{ collection.name }} < i class ="material-icons "> chevron_right</ i > </ a >
57
62
</ td >
@@ -73,7 +78,7 @@ <h2 class="title">Welcome back!</h2>
73
78
data-match-pattern
74
79
remove_protocol
75
80
row
76
- url >
81
+ url >
77
82
< button class ="btn {{ collection.workflow_status_button_color }} btn-sm dropdown-toggle "
78
83
type ="button "
79
84
id ="workflow-status-button-{{ collection.id }} "
You can’t perform that action at this time.
0 commit comments