Mercurial > lada > lada-client
diff app/model/ProbeList.js @ 675:fe527f380b10
merged.
author | Raimund Renkert <raimund.renkert@intevation.de> |
---|---|
date | Mon, 23 Mar 2015 18:03:48 +0100 |
parents | 2927abe98b66 |
children | e44070aa45d2 |
line wrap: on
line diff
--- a/app/model/ProbeList.js Thu Mar 19 14:52:20 2015 +0100 +++ b/app/model/ProbeList.js Mon Mar 23 18:03:48 2015 +0100 @@ -18,14 +18,14 @@ }], idProperty: 'id', - totalProperty: 'totalCount', proxy: { type: 'rest', url: 'lada-server/probe', reader: { type: 'json', - root: 'data' + root: 'data', + totalProperty: 'totalCount' } } });