fix peers panel
This commit is contained in:
parent
ad69826c01
commit
526678096d
1 changed files with 5 additions and 5 deletions
|
@ -51,6 +51,10 @@ oml.ui.peersPanel = function() {
|
||||||
overflowX: 'hidden'
|
overflowX: 'hidden'
|
||||||
}),
|
}),
|
||||||
|
|
||||||
|
$lists = [
|
||||||
|
renderSectionList({id: 'invitations'}).appendTo($users)
|
||||||
|
],
|
||||||
|
|
||||||
$folders = folders.map(function(folder) {
|
$folders = folders.map(function(folder) {
|
||||||
return Ox.CollapsePanel({
|
return Ox.CollapsePanel({
|
||||||
collapsed: false,
|
collapsed: false,
|
||||||
|
@ -60,10 +64,6 @@ oml.ui.peersPanel = function() {
|
||||||
.appendTo($users);
|
.appendTo($users);
|
||||||
}),
|
}),
|
||||||
|
|
||||||
$lists = [
|
|
||||||
renderSectionList({id: 'invitations'}).appendTo($users)
|
|
||||||
],
|
|
||||||
|
|
||||||
$user = Ox.Element(),
|
$user = Ox.Element(),
|
||||||
|
|
||||||
that = Ox.SplitPanel({
|
that = Ox.SplitPanel({
|
||||||
|
@ -201,7 +201,7 @@ oml.ui.peersPanel = function() {
|
||||||
readonly: true,
|
readonly: true,
|
||||||
label: Ox._('Download Link'),
|
label: Ox._('Download Link'),
|
||||||
labelWidth: 128,
|
labelWidth: 128,
|
||||||
value: 'http://openmedialibrary.com/#download',
|
value: 'https://openmedialibrary.com/#download',
|
||||||
width: 480
|
width: 480
|
||||||
})
|
})
|
||||||
.css({
|
.css({
|
||||||
|
|
Loading…
Reference in a new issue