Mercurial > lada > lada-client
comparison app/view/orte/List.js @ 105:7ad96e3d70c1
Added gemId and staatId
author | Torsten Irländer <torsten.irlaender@intevation.de> |
---|---|
date | Tue, 18 Jun 2013 13:21:57 +0200 |
parents | 453985cacb39 |
children | 26ac4c99f8c4 |
comparison
equal
deleted
inserted
replaced
104:e9643b7c103c | 105:7ad96e3d70c1 |
---|---|
30 } | 30 } |
31 ]; | 31 ]; |
32 this.columns = [ | 32 this.columns = [ |
33 {header: 'Typ', dataIndex: 'otyp'}, | 33 {header: 'Typ', dataIndex: 'otyp'}, |
34 {header: 'ID', dataIndex: 'ortId'}, | 34 {header: 'ID', dataIndex: 'ortId'}, |
35 {header: 'Staat', dataIndex: ''}, | 35 {header: 'Staat', dataIndex: 'staatId'}, |
36 {header: 'Gem-ID', dataIndex: ''}, | 36 {header: 'Gem-ID', dataIndex: 'gemId'}, |
37 {header: 'Gemeindebezeichnung', dataIndex: 'bezeichnung', flex: 1}, | 37 {header: 'Gemeindebezeichnung', dataIndex: 'bezeichnung', flex: 1}, |
38 {header: 'Messpunkt', dataIndex: ''} | 38 {header: 'Messpunkt', dataIndex: ''} |
39 ]; | 39 ]; |
40 this.callParent(arguments); | 40 this.callParent(arguments); |
41 } | 41 } |