diff --git a/static/js/documentsPanel.js b/static/js/documentsPanel.js index 45e30efa..872c11c4 100644 --- a/static/js/documentsPanel.js +++ b/static/js/documentsPanel.js @@ -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();