FS-8290 [verto_communicator] adding help text on how to enable dedicated remote encoder

This commit is contained in:
Italo Rossi 2015-10-05 22:18:46 -03:00
parent 1926629f64
commit 85f9244dc3
2 changed files with 19 additions and 12 deletions

View File

@ -270,6 +270,10 @@ body .modal-body .btn-group .btn.active {
color: #EEE;
}
.dedicated_encoder {
color: #0B3A84;
}
/* --- End of Modal settings page --- */

View File

@ -92,8 +92,11 @@
<input type="hidden" name="use_dedenc" ng-value="mydata.useDedenc" ng-model="mydata.useDedenc">
<div ng-show="mydata.useDedenc">
<b>Using Dedicated Remote Encoder</b>
<h4>Dedicated Remote Encoder</h4>
<h5>Select a non default bandwidth to use a dedicated remote encoder.</h5>
<div ng-show="mydata.useDedenc" class="dedicated_encoder">
<p>Dedicated Remote Encoder enabled.</b>
</div>
<div class="form-group">