Mercurial > lada > lada-client
comparison app/view/window/GenProbenFromMessprogramm.js @ 1282:20a2466820ce
merged.
author | Raimund Renkert <raimund.renkert@intevation.de> |
---|---|
date | Wed, 18 Jan 2017 14:56:16 +0100 |
parents | 3b4dcc83a21b |
children | 0120a72b3690 |
comparison
equal
deleted
inserted
replaced
1281:8012e5212bd5 | 1282:20a2466820ce |
---|---|
69 url: 'lada-server/rest/probe/messprogramm', | 69 url: 'lada-server/rest/probe/messprogramm', |
70 method: 'POST', | 70 method: 'POST', |
71 timeout: 2 * 60 * 1000, | 71 timeout: 2 * 60 * 1000, |
72 jsonData: jsondata, | 72 jsonData: jsondata, |
73 success: me.onSuccess, | 73 success: me.onSuccess, |
74 failure: me.onFailure, | 74 failure: me.onFailure |
75 }); | 75 }); |
76 } | 76 } |
77 }]; | 77 }]; |
78 this.width = 350; | 78 this.width = 350; |
79 this.height = 250; | 79 this.height = 250; |