diff options
author | Jochen Topf <jochen@topf.org> | 2014-09-18 20:55:53 +0200 |
---|---|---|
committer | Jochen Topf <jochen@topf.org> | 2014-09-18 20:55:53 +0200 |
commit | b7c9bfec2c3541ea89edaaff48f4a957f3ad165d (patch) | |
tree | 010c35048d91ef9082de4f413a946ae789957a26 /web | |
parent | 437909ba00ab53efc2d8d7989042fa1f65dd5041 (diff) | |
download | taginfo-b7c9bfec2c3541ea89edaaff48f4a957f3ad165d.tar taginfo-b7c9bfec2c3541ea89edaaff48f4a957f3ad165d.tar.gz |
Make projects table a bit wider.
Diffstat (limited to 'web')
-rw-r--r-- | web/viewsjs/projects.js.erb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/web/viewsjs/projects.js.erb b/web/viewsjs/projects.js.erb index ac4eabf..d740aab 100644 --- a/web/viewsjs/projects.js.erb +++ b/web/viewsjs/projects.js.erb @@ -2,8 +2,8 @@ function page_init() { create_flexigrid('grid-projects', { url: '/api/4/projects/all', colModel: [ - { display: '<%= h(@trans.t.taginfo.project) %>', name: 'name', width: 300, sortable: true }, - { display: '<%= h(@trans.t.misc.description) %>', name: 'description', width: 600, sortable: false } + { display: '<%= h(@trans.t.taginfo.project) %>', name: 'name', width: 400, sortable: true }, + { display: '<%= h(@trans.t.misc.description) %>', name: 'description', width: 800, sortable: false } ], searchitems: [ { display: '<%= h(@trans.t.taginfo.project) %>/<%= h(@trans.t.misc.description) %>', name: 'name' } |