CC-3934: Master and Show stream override need to be disabled on airtime-demo
- done
This commit is contained in:
parent
af71a03982
commit
51227b4cad
2 changed files with 29 additions and 6 deletions
|
@ -79,7 +79,7 @@
|
|||
</dt>
|
||||
<dd id="master_dj_connection_url-element">
|
||||
<span id="stream_url" class="static_text"><?php echo $this->master_dj_connection_url ?></span>
|
||||
<?php if( !$this->isSaas ){?>
|
||||
<?php if( !$this->isSaas && !$this->isDemo){?>
|
||||
<a href=# id="connection_url_override" style="font-size: 12px;">override</a>
|
||||
<span class="override_help_icon">
|
||||
</span><br>
|
||||
|
@ -122,7 +122,7 @@
|
|||
</dt>
|
||||
<dd id="live_dj_connection_url-element">
|
||||
<span id="stream_url" class="static_text"><?php echo $this->live_dj_connection_url ?></span>
|
||||
<?php if( !$this->isSaas ){?>
|
||||
<?php if( !$this->isSaas && !$this->isDemo ){?>
|
||||
<a href=# id="connection_url_override" style="font-size: 12px;">override</a>
|
||||
<span class="override_help_icon">
|
||||
</span><br>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue