only display message for pending requests
This commit is contained in:
parent
31f5a100f6
commit
1d585811d3
1 changed files with 16 additions and 12 deletions
|
@ -336,6 +336,8 @@ oml.ui.peersPanel = function() {
|
||||||
})
|
})
|
||||||
.appendTo($form);
|
.appendTo($form);
|
||||||
|
|
||||||
|
if (user.pending) {
|
||||||
|
|
||||||
Ox.Input({
|
Ox.Input({
|
||||||
readonly: true,
|
readonly: true,
|
||||||
label: Ox._('Message'),
|
label: Ox._('Message'),
|
||||||
|
@ -351,6 +353,8 @@ oml.ui.peersPanel = function() {
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
Ox.Label({
|
Ox.Label({
|
||||||
textAlign: 'center',
|
textAlign: 'center',
|
||||||
style: 'squared',
|
style: 'squared',
|
||||||
|
|
Loading…
Reference in a new issue