diff --git a/www/DataStoreContent.js b/www/DataStoreContent.js index 5cbbed8a3..cab371885 100644 --- a/www/DataStoreContent.js +++ b/www/DataStoreContent.js @@ -100,6 +100,15 @@ Ext.define('PBS.DataStoreContent', { }, ], + plugins: [{ + ptype: 'rowexpander', + rowBodyTpl: new Ext.XTemplate( + '', + '

{.}

', + '
' + ), + }], + tbar: [ { text: gettext('Reload'),