Skip to content

Commit c316960

Browse files
authored
Merge pull request #1145 from NASA-IMPACT/1144-fix-url-page-filters
Filters fixed
2 parents aef7cdb + 434c9b0 commit c316960

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

sde_indexing_helper/static/js/delta_url_list.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ function initializeDataTable() {
229229
},
230230
},
231231
initComplete: function (data) {
232-
const addDropdownSelect = [1, 4, 5];
232+
const addDropdownSelect = [1, 2, 4, 5];
233233
const dict = {
234234
1: "Images",
235235
2: "Data",

sde_indexing_helper/templates/sde_collections/delta_urls_list.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ <h3 class="whiteText deltaTitle">
131131
<option value="false">FALSE</option>
132132
<option value="true">TRUE</option>
133133
</select></td>
134-
<td ><select class="dropdown-1 select-dropdown selectStyling"><option value="">SELECT</option>
134+
<td ><select class="dropdown-2 select-dropdown selectStyling"><option value="">SELECT</option>
135135
<option value="false">FALSE</option>
136136
<option value="true">TRUE</option>
137137
</select></td>

0 commit comments

Comments
 (0)