Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
minor fix
  • Loading branch information
rrc12004 committed Apr 1, 2019
1 parent 8914343 commit 807d711
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/visualize-all/visualize-all.component.html
Expand Up @@ -36,7 +36,7 @@
<option value="hour">Hours</option>
<option value="minute">Minutes</option>
</select>
<br><br>
<br>
<select id="gen_select" name="generatorSelect" multiple>
<option *ngFor="let generator of generators$" value="{{generator.gen_id}},{{generator.gen_name}}">{{generator.gen_name}}</option>
</select>
Expand Down

0 comments on commit 807d711

Please sign in to comment.