Skip to content

Commit 6fba669

Browse files
committed
Merge branch '1051-backend-model-changes-on-cosmos-to-hold-new-incoming-urls-frontend' of github.com:NASA-IMPACT/COSMOS into 1051-backend-model-changes-on-cosmos-to-hold-new-incoming-urls-frontend
2 parents 86764a8 + 503f7f5 commit 6fba669

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

sde_indexing_helper/templates/sde_collections/collection_list.html

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ <h2 class="title">Welcome back!</h2>
1919
<th class="text-center noBorder url-th" style="padding-right:25px !important">URL</th>
2020
<th class="text-center noBorder" style="padding-right:25px !important">Division</th>
2121
<th class="text-center noBorder" style="padding-right:25px !important">Candidate URLs</th>
22+
<!--delta url column <th class="text-center noBorder" style="padding-right:25px !important">Delta URLs</th> -->
23+
<!--delta url column <th class="text-center noBorder" style="padding-right:25px !important">Curated URLs</th> -->
2224
<th class="text-center noBorder" style="padding-right:25px !important">Workflow Status</th>
2325
<th class="text-center noBorder" style="padding-right:25px !important">Curator</th>
2426
<th class="text-center noBorder" style="padding-right:25px !important">Connector Type</th>
@@ -30,6 +32,7 @@ <h2 class="title">Welcome back!</h2>
3032
<td class="filterRowBottom" ><input class="table_filter_row_input textBoxStyling" type="text" id="nameFilter" placeholder="Name" /></td>
3133
<td class="filterRowBottom url-td"><input class="table_filter_row_input textBoxStyling" type="text" id="urlFilter" placeholder="URL" /></td>
3234
<td class="filterRowBottom"><input class="table_filter_row_input textBoxStyling" type="text" id="divisionFilter" placeholder="Division" /></td>
35+
<!--delta url column <td class="filterRowBottom"></td> -->
3336
<td class="filterRowBottom"></td>
3437
<td class="filterRowBottom"><select id="collection-dropdown-4" class="select-dropdown selectStyling">
3538
<option value="">SELECT</option>
@@ -72,6 +75,16 @@ <h2 class="title">Welcome back!</h2>
7275
class="btn btn-sm {% if collection.num_candidate_urls > 0 %}btn-primary {% else %}disabled{% endif %}candidateCount"
7376
role="button">{{ collection.num_candidate_urls|intcomma }}</a>
7477
</td>
78+
<!--delta url column <td class="noBorder centerAlign">
79+
<a href=" {% if collection.delta_urls_count > 0 %} {% url 'sde_collections:delta_urls' collection.pk %} {% endif %} "
80+
class="btn btn-sm {% if collection.delta_urls_count > 0 %}btn-primary {% else %}disabled{% endif %}deltaCount"
81+
role="button">{{ collection.delta_urls_count|intcomma }}</a>
82+
</td>
83+
<td class="noBorder centerAlign">
84+
<a href=" {% if collection.included_curated_urls_count > 0 %} {% url 'sde_collections:delta_urls' collection.pk %} {% endif %} "
85+
class="btn btn-sm {% if collection.included_curated_urls_count > 0 %}btn-primary {% else %}disabled{% endif %}curatedCount"
86+
role="button">{{ collection.included_curated_urls_count|intcomma }}</a>
87+
</td> -->
7588
<td class="noBorder">
7689
<div class="dropdown workflow_status_dropdown"
7790
data-match-pattern

0 commit comments

Comments
 (0)