comparison app/view/messungen/List.js @ 171:c5422819d7b9

Show messzeitpunkt in messung listing. Convert timestamp to date.
author Torsten Irländer <torsten.irlaender@intevation.de>
date Wed, 03 Jul 2013 16:13:36 +0200
parents 738d657d8b6b
children cfa0cc437781
comparison
equal deleted inserted replaced
170:738d657d8b6b 171:c5422819d7b9
31 ]; 31 ];
32 this.columns = [ 32 this.columns = [
33 {header: 'Mess.ID', dataIndex: "messungsId", width: 50}, 33 {header: 'Mess.ID', dataIndex: "messungsId", width: 50},
34 {header: 'NPR-Nr.', dataIndex: "nebenprobenNr", width: 50}, 34 {header: 'NPR-Nr.', dataIndex: "nebenprobenNr", width: 50},
35 {header: 'MMT', dataIndex: "mmtId", width: 50}, 35 {header: 'MMT', dataIndex: "mmtId", width: 50},
36 {header: 'Messzeit', dataIndex: "messdauer"}, 36 {header: 'Messzeit', dataIndex: "messzeitpunkt"},
37 { 37 {
38 header: 'Status', 38 header: 'Status',
39 dataIndex: 'id', 39 dataIndex: 'id',
40 renderer: function(value) { 40 renderer: function(value) {
41 var sstore = Ext.getStore('Status'); 41 var sstore = Ext.getStore('Status');

http://lada.wald.intevation.org