Skip to content

Commit

Permalink
web: add group all in downloads tab #6
Browse files Browse the repository at this point in the history
  • Loading branch information
agaor committed Nov 21, 2017
1 parent f0afbc6 commit 2271101
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions csvs-web/src/csvs-downloads-element.html
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,10 @@
Select dataset to download:
</div>
<br/>
<label class="stv-control">
<input type="radio" id="all" name="fileDownload" on-change="changeRadio">
<span>All</span>
</label>
<label class="stv-control">
<input type="radio" id="MGPcontrols" name="fileDownload" on-change="changeRadio">
<span>MGP controls</span>
Expand Down

0 comments on commit 2271101

Please sign in to comment.