diff --git a/static/js/pandora/filesView.js b/static/js/pandora/filesView.js index b990e33b..edc50b5a 100644 --- a/static/js/pandora/filesView.js +++ b/static/js/pandora/filesView.js @@ -106,7 +106,7 @@ pandora.ui.filesView = function(options, self) { operator: '+', title: 'Users', visible: true, - width: 50 + width: 60 }, { align: 'left', @@ -114,7 +114,39 @@ pandora.ui.filesView = function(options, self) { operator: '+', title: 'Path', 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', @@ -124,14 +156,6 @@ pandora.ui.filesView = function(options, self) { visible: true, width: 60 }, - { - align: 'right', - id: 'part', - operator: '+', - title: 'Part', - visible: true, - width: 60 - }, { align: 'right', format: {type: 'value', args: ['B']},