fix peers panel

This commit is contained in:
rlx 2016-01-13 13:14:01 +05:30
parent ad69826c01
commit 526678096d

View file

@ -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({