From 0771c57b877a13757f6c88606c36ce6804ccbd91 Mon Sep 17 00:00:00 2001 From: Dietmar Maurer Date: Sun, 22 Dec 2019 11:06:03 +0100 Subject: [PATCH] DataStoreContent.js: use rowexpander plugin to display files --- www/DataStoreContent.js | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/www/DataStoreContent.js b/www/DataStoreContent.js index 5cbbed8a..cab37188 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'),