From 6589cba57ac8017e06f98285bd5dfac0103ee053 Mon Sep 17 00:00:00 2001 From: rolux Date: Sat, 15 Sep 2012 11:39:31 +0000 Subject: [PATCH] include additional columns in files view --- static/js/pandora/filesView.js | 44 ++++++++++++++++++++++++++-------- 1 file changed, 34 insertions(+), 10 deletions(-) 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']},