DataStoreContent.js: use rowexpander plugin to display files

This commit is contained in:
Dietmar Maurer 2019-12-22 11:06:03 +01:00
parent 507c39c595
commit 0771c57b87
1 changed files with 9 additions and 0 deletions

View File

@ -100,6 +100,15 @@ Ext.define('PBS.DataStoreContent', {
},
],
plugins: [{
ptype: 'rowexpander',
rowBodyTpl: new Ext.XTemplate(
'<tpl for="files">',
'<p>{.}</p>',
'</tpl>'
),
}],
tbar: [
{
text: gettext('Reload'),