CC-3963: If DJ is scheduled to broadcast for show, then automatically
enable source when DJ connects. - done
This commit is contained in:
parent
22453f3820
commit
57397312f2
6 changed files with 62 additions and 3 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue