Skip to content

Commit

Permalink
add series type option to ui
Browse files Browse the repository at this point in the history
  • Loading branch information
roboticsound committed Jun 13, 2017
1 parent e268e3a commit 23057f3
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions popup.html
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,14 @@ <h2 id="title"><span id="year"></span></h2>
<select id="profile" class="form-control x-profile"></select>
</div>
</div>
<div id="optSeriesType" class="row internal-container">
<div class="col-xs-4 vcenter">
<label class="textpadding">Series Type</label>
</div>
<div class="col-xs-8 vcenter">
<select id="cmdSeriesType" class="form-control x-profile"></select>
</div>
</div>
</div>
<div class="row internal-container ctlRow">
<div class="col-md-6 col-xs-4 text-left">
Expand Down

0 comments on commit 23057f3

Please sign in to comment.