Skip to content

Commit

Permalink
Merge pull request #25 from spack/remove/builds-per-page
Browse files Browse the repository at this point in the history
Removing extra builds per page
  • Loading branch information
vsoch committed May 18, 2021
2 parents d956afd + 250710c commit ec10a3b
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions spackmon/apps/main/templates/main/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -105,22 +105,8 @@ <h3 class="buildgroupname">
</tbody>
</table>
</div>

<div>
<label>Builds per page</label>
<select>
<option value="10" selected="selected">10</option>
<option value="25">25</option>
<option value="50">50</option>
<option value="100">100</option>
<option value="-1">All</option>
</select>
<br>
<br>
</div>
</div>


{% endblock %}
{% block scripts %}
<script>
Expand Down

0 comments on commit ec10a3b

Please sign in to comment.