From e274cf715745b56c8ff7a413b2e1574f59396299 Mon Sep 17 00:00:00 2001 From: Jochen Topf Date: Thu, 18 Sep 2014 12:06:32 +0200 Subject: Remove wiki column in report "Wiki pages about non-existing keys". This is always set by definition so no reason to show it. --- web/viewsjs/reports/wiki_pages_about_non_existing_keys.js.erb | 2 -- 1 file changed, 2 deletions(-) diff --git a/web/viewsjs/reports/wiki_pages_about_non_existing_keys.js.erb b/web/viewsjs/reports/wiki_pages_about_non_existing_keys.js.erb index 8688816..ba42016 100644 --- a/web/viewsjs/reports/wiki_pages_about_non_existing_keys.js.erb +++ b/web/viewsjs/reports/wiki_pages_about_non_existing_keys.js.erb @@ -7,7 +7,6 @@ function page_init() { create_flexigrid('grid-keys', { url: '/api/4/keys/all?filter=in_wiki,not_in_db&include=wikipages', colModel: [ - { display: 'Wiki', name: 'in_wiki', width: 20, sortable: true, align: 'center' }, { display: '<%= h(osm.key) %>', name: 'key', width: 250, sortable: true, align: 'left' }, { display: '<%= h(page.wiki_pages) %>', name: 'wikipages', width: 600, sortable: false, align: 'left' } ], @@ -27,7 +26,6 @@ function page_init() { wikilinks.push(w); }); return { 'cell': [ - fmt_checkmark(row.in_wiki), link_to_key(row.key), wikilinks.join('  •  ') ] }; -- cgit v1.2.3