Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
linzuzeng authored Nov 24, 2018
1 parent db4626f commit 4a029fd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions gui/src/renderer/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -255,10 +255,10 @@ <h5 class="modal-title">New Experiment</h5>
<h5>What do you want to start with?</h5>
<h>Save the current file before continue.</h>
<div class="custom-control custom-radio">
<input class="custom-control-input" type="radio" id="radio0" name="recipe" value="unnamed" checked /><label class="custom-control-label" for="radio0">Blank</label>
<input class="custom-control-input" type="radio" id="radio0" name="recipe" value="unnamed" /><label class="custom-control-label" for="radio0">Blank</label>
</div>
<div class="custom-control custom-radio">
<input class="custom-control-input" type="radio" id="radio1" name="recipe" value="countrate" checked /><label class="custom-control-label" for="radio1">Count Rate</label>
<input class="custom-control-input" type="radio" id="radio1" name="recipe" value="countrate" /><label class="custom-control-label" for="radio1">Count Rate</label>
</div>
<div class="custom-control custom-radio">
<input class="custom-control-input" type="radio" id="radio3" name="recipe" value="correlation" /><label class="custom-control-label" for="radio3">Correlations</label>
Expand All @@ -267,7 +267,7 @@ <h5>What do you want to start with?</h5>
<input class="custom-control-input" type="radio" id="radio2" name="recipe" value="two-time_correlation" /><label class="custom-control-label" for="radio2">Two-time Correlation</label>
</div>
<div class="custom-control custom-radio">
<input class="custom-control-input" type="radio" id="radio4" name="recipe" value="realtime" /><label class="custom-control-label" for="radio4">Real-Time Correlation</label>
<input class="custom-control-input" type="radio" id="radio4" name="recipe" value="realtime" checked /><label class="custom-control-label" for="radio4">Real-Time Correlation</label>
</div>
<div class="custom-control custom-radio">
<input class="custom-control-input" type="radio" id="radio5" name="recipe" value="simple_lifetime" /><label class="custom-control-label" for="radio5">Simple Lifetime Measurement</label>
Expand Down

0 comments on commit 4a029fd

Please sign in to comment.