disable users
This commit is contained in:
parent
e1ffaada2b
commit
a79182645e
1 changed files with 5 additions and 1 deletions
|
@ -407,6 +407,7 @@ pandora.ui.infoView = function(data, isMixed) {
|
|||
renderRightsLevel();
|
||||
|
||||
// User and Groups ---------------------------------------------------------
|
||||
if (!isMultiple) {
|
||||
|
||||
['user', 'groups'].forEach(function(key) {
|
||||
var $input;
|
||||
|
@ -455,8 +456,10 @@ pandora.ui.infoView = function(data, isMixed) {
|
|||
)
|
||||
.appendTo($statistics);
|
||||
});
|
||||
|
||||
|
||||
}
|
||||
// Created and Modified ----------------------------------------------------
|
||||
if (!isMultiple) {
|
||||
|
||||
['created', 'modified'].forEach(function(key) {
|
||||
$('<div>')
|
||||
|
@ -468,6 +471,7 @@ pandora.ui.infoView = function(data, isMixed) {
|
|||
.appendTo($statistics);
|
||||
});
|
||||
|
||||
}
|
||||
// Comments --------------------------------------------------------------------
|
||||
|
||||
if (canEdit) {
|
||||
|
|
Loading…
Reference in a new issue