Skip to content

Commit

Permalink
refs #738. Removes search/limiting from harvest list on collection de…
Browse files Browse the repository at this point in the history
…tail page.
  • Loading branch information
Justin Littman committed Apr 5, 2017
1 parent e784fa0 commit 6c96732
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions sfm/ui/templates/ui/collection_detail.html
Original file line number Diff line number Diff line change
Expand Up @@ -360,23 +360,25 @@ <h4 class="modal-title" id="addNoteTurnOffModalLabel">Add note & turn off</h4>
<div class="col-md-12">
<div class="panel panel-default">
<div class="panel-heading"><h4>Harvests ({{ harvest_count }})</h4></div>
<div class="input-group"> <span class="input-group-addon">Search harvest type</span>
<!--
<div class="input-group"> <span class="input-group-addon">Search harvest type</span>
<input id="filterHarvest" type="text" class="form-control">
</div>
-->
<div class="panel-body">
<table class="table table-list-search">
<thead>
<tr>
<th>Type</th>
<th>Requested</th>
<th>Updated/Completed</th>
<th>Status <select id='filterText' style='display:inline-block' onchange='filterText()'>
<th>Status<!-- <select id='filterText' style='display:inline-block' onchange='filterText()'>
<option disabled selected>Select</option>
<option value='all'>All</option>
{% for status, description in status_choices %}
<option value='{{ description }}'>{{ description }}</option>
{% endfor %}
</select>
</select>-->
</th>
<th>Stats</th>
<th>Messages</th>
Expand Down

0 comments on commit 6c96732

Please sign in to comment.