forked from 0x2620/pandora
include additional columns in files view
This commit is contained in:
parent
fe544c83d1
commit
6589cba57a
1 changed files with 34 additions and 10 deletions
|
@ -106,7 +106,7 @@ pandora.ui.filesView = function(options, self) {
|
||||||
operator: '+',
|
operator: '+',
|
||||||
title: 'Users',
|
title: 'Users',
|
||||||
visible: true,
|
visible: true,
|
||||||
width: 50
|
width: 60
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
align: 'left',
|
align: 'left',
|
||||||
|
@ -114,7 +114,39 @@ pandora.ui.filesView = function(options, self) {
|
||||||
operator: '+',
|
operator: '+',
|
||||||
title: 'Path',
|
title: 'Path',
|
||||||
visible: true,
|
visible: true,
|
||||||
width: 480
|
width: 360
|
||||||
|
},
|
||||||
|
{
|
||||||
|
editable: true,
|
||||||
|
id: 'version',
|
||||||
|
operator: '+',
|
||||||
|
title: 'Version',
|
||||||
|
visible: true,
|
||||||
|
width: 60
|
||||||
|
},
|
||||||
|
{
|
||||||
|
editable: true,
|
||||||
|
id: 'part',
|
||||||
|
operator: '+',
|
||||||
|
title: 'Part',
|
||||||
|
visible: true,
|
||||||
|
width: 60
|
||||||
|
},
|
||||||
|
{
|
||||||
|
editable: true,
|
||||||
|
id: 'partTitle',
|
||||||
|
operator: '+',
|
||||||
|
title: 'Part Title',
|
||||||
|
visible: true,
|
||||||
|
width: 60
|
||||||
|
},
|
||||||
|
{
|
||||||
|
editable: true,
|
||||||
|
id: 'language',
|
||||||
|
operator: '+',
|
||||||
|
title: 'Language',
|
||||||
|
visible: true,
|
||||||
|
width: 60
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
align: 'left',
|
align: 'left',
|
||||||
|
@ -124,14 +156,6 @@ pandora.ui.filesView = function(options, self) {
|
||||||
visible: true,
|
visible: true,
|
||||||
width: 60
|
width: 60
|
||||||
},
|
},
|
||||||
{
|
|
||||||
align: 'right',
|
|
||||||
id: 'part',
|
|
||||||
operator: '+',
|
|
||||||
title: 'Part',
|
|
||||||
visible: true,
|
|
||||||
width: 60
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
align: 'right',
|
align: 'right',
|
||||||
format: {type: 'value', args: ['B']},
|
format: {type: 'value', args: ['B']},
|
||||||
|
|
Loading…
Reference in a new issue