LSP embed code page small edits
This commit is contained in:
parent
c417630abe
commit
0b784a3d53
1 changed files with 9 additions and 5 deletions
14
lsp/mist.js
14
lsp/mist.js
|
@ -2870,17 +2870,21 @@ var UI = {
|
||||||
$('<h3>').text('Embed urls')
|
$('<h3>').text('Embed urls')
|
||||||
).append(UI.buildUI([
|
).append(UI.buildUI([
|
||||||
{
|
{
|
||||||
label: 'Embed url',
|
label: 'Embedable script',
|
||||||
type: 'str',
|
type: 'str',
|
||||||
value: embedbase+'embed_'+other+'.js',
|
value: embedbase+'embed_'+other+'.js',
|
||||||
readonly: true,
|
readonly: true
|
||||||
qrcode: true
|
|
||||||
},{
|
},{
|
||||||
label: 'Info url',
|
label: 'Stream info script',
|
||||||
type: 'str',
|
type: 'str',
|
||||||
value: embedbase+'info_'+other+'.js',
|
value: embedbase+'info_'+other+'.js',
|
||||||
qrcode: true,
|
|
||||||
readonly: true
|
readonly: true
|
||||||
|
},{
|
||||||
|
label: 'Autodetect player',
|
||||||
|
type: 'str',
|
||||||
|
value: embedbase+other+'.html',
|
||||||
|
readonly: true,
|
||||||
|
qrcode: true
|
||||||
},$('<h3>').text('Embed code'),{
|
},$('<h3>').text('Embed code'),{
|
||||||
label: 'Embed code',
|
label: 'Embed code',
|
||||||
type: 'textarea',
|
type: 'textarea',
|
||||||
|
|
Loading…
Add table
Reference in a new issue