CC-2727: Limit number of streams and max bitrate
- create airtime-stream php script to set number of streams and max bitrate - the stream section itself is not displayed rather than grey out
This commit is contained in:
parent
d992457bd5
commit
b92793e80f
6 changed files with 146 additions and 4 deletions
|
@ -2,7 +2,7 @@
|
|||
$s_name = "s".$this->stream_number;
|
||||
?>
|
||||
<h3 class="collapsible-header"><span class="arrow-icon"></span>Stream <?php echo $this->stream_number?></h3>
|
||||
<div class="collapsible-content" id="<?=$s_name?>-config" style="display: block;">
|
||||
<div class="collapsible-content" id="<?=$s_name?>-config" style="display: none;">
|
||||
<fieldset class="padded">
|
||||
<dl class="zend_form clearfix">
|
||||
<dt id="<?=$s_name?>Enabled-label">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue