Skip to content

Commit

Permalink
added csv button back in #633
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthew Letter committed Oct 19, 2016
1 parent c1c3ba0 commit 5cbfae3
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions web-server/plugins/slycat-timeseries-model/wizard-ui.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@ <h3 class="modal-title">New Timeseries Model</h3>

<div class="tab-content">
<div data-bind="visible:tab() == 0">
<!--<div class="radio" style="margin-left: 15px;">-->
<!--<label>-->
<!--<input type="radio" name="timeseries-type-radios" id="csv-radio" value="csv" data-bind="checked: timeseries_type">-->
<!--CSV file format-->
<!--</label>-->
<!--</div>-->
<div class="radio" style="margin-left: 15px;">
<label>
<input type="radio" name="timeseries-type-radios" id="csv-radio" value="csv" data-bind="checked: timeseries_type">
CSV file format
</label>
</div>
<div class="radio" style="margin-left: 15px;">
<label>
<input type="radio" name="timeseries-type-radios" id="xyce-radio" value="xyce" checked="checked" data-bind="checked: timeseries_type">
Expand Down

0 comments on commit 5cbfae3

Please sign in to comment.