show capabilities in info view
This commit is contained in:
parent
aff6d748fb
commit
5676bab56f
5 changed files with 150 additions and 52 deletions
|
|
@ -55,7 +55,15 @@ pandora.ui.preferencesDialog = function() {
|
|||
pandora.api.editPreferences({email: data.value});
|
||||
}
|
||||
}
|
||||
})
|
||||
}),
|
||||
Ox.Input({
|
||||
disabled: true,
|
||||
id: 'level',
|
||||
label: 'Level',
|
||||
labelWidth: 120,
|
||||
value: Ox.toTitleCase(pandora.user.level),
|
||||
width: 320
|
||||
})
|
||||
]
|
||||
})
|
||||
.css({position: 'absolute', left: '96px', top: '16px'})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue