add folder/filename columns to media view
This commit is contained in:
parent
10c78fc862
commit
38618e2ed2
3 changed files with 63 additions and 2 deletions
|
|
@ -142,6 +142,22 @@ pandora.ui.mediaView = function(options) {
|
|||
visible: true,
|
||||
width: 360
|
||||
},
|
||||
{
|
||||
align: 'left',
|
||||
id: 'folder',
|
||||
operator: '+',
|
||||
title: Ox._('Folder'),
|
||||
visible: false,
|
||||
width: 360
|
||||
},
|
||||
{
|
||||
align: 'left',
|
||||
id: 'filename',
|
||||
operator: '+',
|
||||
title: Ox._('Filename'),
|
||||
visible: false,
|
||||
width: 360
|
||||
},
|
||||
{
|
||||
editable: true,
|
||||
id: 'version',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue