From e61f742d3ef9c0cb68adc93c93afe5986d8c5e04 Mon Sep 17 00:00:00 2001 From: rolux Date: Fri, 6 Feb 2015 06:36:39 +0000 Subject: [PATCH] add id column to documents panel --- static/js/documentsPanel.js | 7 +++++++ 1 file changed, 7 insertions(+) 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();