Mercurial > lada > lada-client
comparison app/model/Query.js @ 749:78e73be45aaa
Change store on radiobutton change for proben and messprogramm.
author | Raimund Renkert <raimund.renkert@intevation.de> |
---|---|
date | Tue, 28 Apr 2015 10:57:50 +0200 |
parents | d47ee7439f44 |
children | 704bb359c0fe |
comparison
equal
deleted
inserted
replaced
748:344330d3d1cd | 749:78e73be45aaa |
---|---|
26 name: 'filters' | 26 name: 'filters' |
27 }], | 27 }], |
28 | 28 |
29 proxy: { | 29 proxy: { |
30 type: 'rest', | 30 type: 'rest', |
31 url: 'lada-server/query', | 31 url: 'lada-server/query/probe', |
32 reader: { | 32 reader: { |
33 type: 'json', | 33 type: 'json', |
34 root: 'data' | 34 root: 'data' |
35 } | 35 } |
36 } | 36 } |