Mercurial > lada > lada-client
comparison app/model/ProbeList.js @ 999:f73ca04d73a7 stammdatengrids
Refactored Server URL
author | Dustin Demuth <dustin@intevation.de> |
---|---|
date | Wed, 13 Jan 2016 14:50:28 +0100 |
parents | e44070aa45d2 |
children | a73726bba79c |
comparison
equal
deleted
inserted
replaced
984:b21421ba6917 | 999:f73ca04d73a7 |
---|---|
21 | 21 |
22 idProperty: 'id', | 22 idProperty: 'id', |
23 | 23 |
24 proxy: { | 24 proxy: { |
25 type: 'rest', | 25 type: 'rest', |
26 url: 'lada-server/probe', | 26 url: 'lada-server/rest/probe', |
27 reader: { | 27 reader: { |
28 type: 'json', | 28 type: 'json', |
29 root: 'data', | 29 root: 'data', |
30 totalProperty: 'totalCount' | 30 totalProperty: 'totalCount' |
31 } | 31 } |