# HG changeset patch # User Torsten Irländer # Date 1376648832 -7200 # Node ID 665370cb9d091444edee8452026ca216ebbdac5f # Parent dd0dec2609ade52c8c44dc343093c24155adb1ee Added label attribute to the filter configuration diff -r dd0dec2609ad -r 665370cb9d09 queryconf.json --- a/queryconf.json Fri Aug 16 10:57:59 2013 +0200 +++ b/queryconf.json Fri Aug 16 12:27:12 2013 +0200 @@ -31,8 +31,8 @@ {"dataIndex": "umwId", "header": "Umweltbereich", "width": 100} ], "filters": [ - {"dataIndex": "mstId", "type": "listmst"}, - {"dataIndex": "umwId", "type": "listumw"} + {"dataIndex": "mstId", "type": "listmst", "label": "Messstelle"}, + {"dataIndex": "umwId", "type": "listumw", "label": "Umweltbereich"} ] }, { "id": 3, @@ -44,6 +44,6 @@ {"dataIndex": "probeId", "header": "ProbeId", "flex": 1} ], "filters": [ - {"dataIndex": "mstId", "type": "listmst"} + {"dataIndex": "mstId", "type": "listmst", "label": "Messstelle"} ] }]