add getMonitorEmbedLink function to UI
parent
4adf5e329c
commit
d8da2033ff
|
|
@ -994,6 +994,9 @@ function getRowsMonitorId(rowEl){
|
|||
var monitorId = el.attr('data-mid')
|
||||
return monitorId
|
||||
}
|
||||
function getMonitorEmbedLink(monitorConfig){
|
||||
return `${getApiPrefix('embed')}/${monitorConfig.mid}/fullscreen|jquery|relative`
|
||||
}
|
||||
$(document).ready(function(){
|
||||
$('body')
|
||||
.on('click','[system]',function(){
|
||||
|
|
|
|||
Loading…
Reference in New Issue