changeset 301:665370cb9d09

Added label attribute to the filter configuration
author Torsten Irländer <torsten.irlaender@intevation.de>
date Fri, 16 Aug 2013 12:27:12 +0200
parents dd0dec2609ad
children 71284b42ba39
files queryconf.json
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- 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"}
     ]
 }]
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)