CC-3963: If DJ is scheduled to broadcast for show, then automatically

enable source when DJ connects.

- done
This commit is contained in:
James 2012-06-12 15:38:03 -04:00
parent 22453f3820
commit 57397312f2
6 changed files with 62 additions and 3 deletions

View file

@ -292,7 +292,28 @@ $(document).ready(function() {
$("#auto_transition_help").qtip({
content: {
text: "Check this box to allow automatic transitions between sources. If enabled, Airtime will fallback to the next available source upon current (Master or Show) source failure. The fallback hierarchy is Master Source > Show Source > Scheduled Play."
text: "Check this box to automatically switch off Master/Show source upon source disconnection."
},
hide: {
delay: 500,
fixed: true
},
style: {
border: {
width: 0,
radius: 4
},
classes: "ui-tooltip-dark ui-tooltip-rounded"
},
position: {
my: "left bottom",
at: "right center"
},
})
$("#auto_switch_help").qtip({
content: {
text: "Check this box to automatically switch on Master/Show source upon source disconnection."
},
hide: {
delay: 500,