Skip to content

Commit

Permalink
move fallback to panel too
Browse files Browse the repository at this point in the history
  • Loading branch information
ext committed Mar 28, 2016
1 parent 5d52db4 commit d487501
Showing 1 changed file with 25 additions and 17 deletions.
42 changes: 25 additions & 17 deletions wowza_nx_control/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -86,23 +86,6 @@ <h4>Change preview stream</h4>
</span>
</div>
</form>

<h4>Fallback stream</h4>
<p>The fallback stream is played when the regular stream is finished or down.</p>

<form class="form-group fallback-stream" id="fallback-stream">
<label class="control-label">Available streams</label>
<div class="input-group">
<span class="input-group-btn">
<button class="btn btn-default" type="button" data-action="refresh-streams" title="Refresh stream list"><span class="fa fa-refresh"></span></button>
</span>
<select class="form-control stream-list"></select>
<span class="input-group-btn">
<button class="btn btn-default" type="submit" title="Change to selected"><span class="fa fa-play-circle"></span></button>
</span>
</div>
<span class="help-block current"></span>
</form>
</div>

<div class="col-md-1 hidden-xs hidden-sm"></div>
Expand Down Expand Up @@ -160,6 +143,31 @@ <h4>Automatic recording</h4>
</form>
</div>
</div>

<div class="panel panel-default foldable-panel">
<div class="panel-heading">
<a class="btn-block collapsed" role="button" data-toggle="collapse" href="#fallback-control" aria-expanded="false" aria-controls="fallback-control">
Fallback stream
<span class="fa pull-right"></span>
</a>
</div>
<div class="panel-body collapse" id="fallback-control">
<p>The fallback stream is played when the regular stream is finished or down.</p>
<form class="form-group fallback-stream" id="fallback-stream">
<label class="control-label">Available streams</label>
<div class="input-group">
<span class="input-group-btn">
<button class="btn btn-default" type="button" data-action="refresh-streams" title="Refresh stream list"><span class="fa fa-refresh"></span></button>
</span>
<select class="form-control stream-list"></select>
<span class="input-group-btn">
<button class="btn btn-default" type="submit" title="Change to selected"><span class="fa fa-play-circle"></span></button>
</span>
</div>
<span class="help-block current"></span>
</form>
</div>
</div>
</div>
</div>
</div>
Expand Down

0 comments on commit d487501

Please sign in to comment.