add id column to documents panel

This commit is contained in:
rolux 2015-02-06 06:36:39 +00:00
parent 4c59d41496
commit e61f742d3e
1 changed files with 7 additions and 0 deletions

View File

@ -18,6 +18,13 @@ pandora.ui.documentsPanel = function(options) {
visible: true,
width: 256
},
{
id: 'id',
operator: '+',
title: Ox._('ID'),
visible: true,
width: 64
},
{
format: function(value) {
return value.toUpperCase();