@@ -18,8 +18,9 @@ <h2 class="title">Welcome back!</h2>
18
18
< th class ="text-center noBorder " style ="padding-right:25px !important "> Name</ th >
19
19
< th class ="text-center noBorder url-th " style ="padding-right:25px !important "> URL</ th >
20
20
< th class ="text-center noBorder " style ="padding-right:25px !important "> Division</ th >
21
- < th class ="text-center noBorder " style ="padding-right:25px !important "> Delta URLs</ th >
22
- < th class ="text-center noBorder " style ="padding-right:25px !important "> Curated URLs</ th >
21
+ < 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> -->
23
24
< th class ="text-center noBorder " style ="padding-right:25px !important "> Workflow Status</ th >
24
25
< th class ="text-center noBorder " style ="padding-right:25px !important "> Curator</ th >
25
26
< th class ="text-center noBorder " style ="padding-right:25px !important "> Connector Type</ th >
@@ -31,7 +32,7 @@ <h2 class="title">Welcome back!</h2>
31
32
< td class ="filterRowBottom " > < input class ="table_filter_row_input textBoxStyling " type ="text " id ="nameFilter " placeholder ="Name " /> </ td >
32
33
< td class ="filterRowBottom url-td "> < input class ="table_filter_row_input textBoxStyling " type ="text " id ="urlFilter " placeholder ="URL " /> </ td >
33
34
< td class ="filterRowBottom "> < input class ="table_filter_row_input textBoxStyling " type ="text " id ="divisionFilter " placeholder ="Division " /> </ td >
34
- < td class ="filterRowBottom "> </ td >
35
+ <!--delta url column < td class="filterRowBottom"></td> -- >
35
36
< td class ="filterRowBottom "> </ td >
36
37
< td class ="filterRowBottom "> < select id ="collection-dropdown-4 " class ="select-dropdown selectStyling ">
37
38
< option value =""> SELECT</ option >
@@ -70,6 +71,11 @@ <h2 class="title">Welcome back!</h2>
70
71
</ td >
71
72
< td class ="whiteText noBorder "> {{ collection.get_division_display }}</ td >
72
73
< td class ="noBorder centerAlign ">
74
+ < a href =" {% if collection.num_candidate_urls > 0 %} {% url 'sde_collections:candidate_urls' collection.pk %} {% endif %} "
75
+ class ="btn btn-sm {% if collection.num_candidate_urls > 0 %}btn-primary {% else %}disabled{% endif %}candidateCount "
76
+ role ="button "> {{ collection.num_candidate_urls|intcomma }}</ a >
77
+ </ td >
78
+ <!--delta url column <td class="noBorder centerAlign">
73
79
<a href=" {% if collection.delta_urls_count > 0 %} {% url 'sde_collections:delta_urls' collection.pk %} {% endif %} "
74
80
class="btn btn-sm {% if collection.delta_urls_count > 0 %}btn-primary {% else %}disabled{% endif %}deltaCount"
75
81
role="button">{{ collection.delta_urls_count|intcomma }}</a>
@@ -78,7 +84,7 @@ <h2 class="title">Welcome back!</h2>
78
84
<a href=" {% if collection.included_curated_urls_count > 0 %} {% url 'sde_collections:delta_urls' collection.pk %} {% endif %} "
79
85
class="btn btn-sm {% if collection.included_curated_urls_count > 0 %}btn-primary {% else %}disabled{% endif %}curatedCount"
80
86
role="button">{{ collection.included_curated_urls_count|intcomma }}</a>
81
- </ td >
87
+ </td> -->
82
88
< td class ="noBorder ">
83
89
< div class ="dropdown workflow_status_dropdown "
84
90
data-match-pattern
0 commit comments