Mercurial > lada > lada-client
comparison app/view/proben/List.js @ 30:c684f01c0b72
Removed Nebenprobenummer from overview. Ich think this field makes no sense
for a Proben listing.
author | Torsten Irländer <torsten.irlaender@intevation.de> |
---|---|
date | Thu, 16 May 2013 18:26:05 +0200 |
parents | 1fdef170d5a5 |
children | e9229d79e430 |
comparison
equal
deleted
inserted
replaced
29:1fdef170d5a5 | 30:c684f01c0b72 |
---|---|
7 this.columns = [ | 7 this.columns = [ |
8 {header: 'Datenbasis', dataIndex: 'datenbasisId', width: 70}, | 8 {header: 'Datenbasis', dataIndex: 'datenbasisId', width: 70}, |
9 {header: 'MPL', dataIndex: 'mplId', width: 50}, | 9 {header: 'MPL', dataIndex: 'mplId', width: 50}, |
10 {header: 'UWB', dataIndex: 'umwId', width: 50}, | 10 {header: 'UWB', dataIndex: 'umwId', width: 50}, |
11 {header: 'HPNR', dataIndex: 'hauptprobenNr'}, | 11 {header: 'HPNR', dataIndex: 'hauptprobenNr'}, |
12 {header: 'NPNR', dataIndex: '', width: 50}, | |
13 {header: 'E.Gemeinde', dataIndex: '', flex: 1}, | 12 {header: 'E.Gemeinde', dataIndex: '', flex: 1}, |
14 {header: 'Ursprungsgemeinde', dataIndex: '', flex: 1}, | 13 {header: 'Ursprungsgemeinde', dataIndex: '', flex: 1}, |
15 {header: 'ProbeID', dataIndex: 'probeId'}, | 14 {header: 'ProbeID', dataIndex: 'probeId'}, |
16 {header: 'OZB', dataIndex: '', width: 50}, | 15 {header: 'OZB', dataIndex: '', width: 50}, |
17 {header: 'MST', dataIndex: 'mstId', width: 50} | 16 {header: 'MST', dataIndex: 'mstId', width: 50} |