DataStoreContent.js: use rowexpander plugin to display files
This commit is contained in:
parent
507c39c595
commit
0771c57b87
|
@ -100,6 +100,15 @@ Ext.define('PBS.DataStoreContent', {
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
|
|
||||||
|
plugins: [{
|
||||||
|
ptype: 'rowexpander',
|
||||||
|
rowBodyTpl: new Ext.XTemplate(
|
||||||
|
'<tpl for="files">',
|
||||||
|
'<p>{.}</p>',
|
||||||
|
'</tpl>'
|
||||||
|
),
|
||||||
|
}],
|
||||||
|
|
||||||
tbar: [
|
tbar: [
|
||||||
{
|
{
|
||||||
text: gettext('Reload'),
|
text: gettext('Reload'),
|
||||||
|
|
Loading…
Reference in New Issue