Mercurial > lada > lada-client
comparison app/controller/Sql.js @ 431:2375e7247523
Merged with @
author | Torsten Irländer <torsten.irlaender@intevation.de> |
---|---|
date | Fri, 08 Nov 2013 12:47:19 +0100 |
parents | 957a4a9fd260 f9bb1ecf6462 |
children | debfcc7713e3 |
comparison
equal
deleted
inserted
replaced
430:4206cb30138c | 431:2375e7247523 |
---|---|
8 extend: 'Ext.app.Controller', | 8 extend: 'Ext.app.Controller', |
9 stores: [ | 9 stores: [ |
10 'Proben', // List of found Proben | 10 'Proben', // List of found Proben |
11 'ProbenList', // List of found Proben | 11 'ProbenList', // List of found Proben |
12 'Queries', | 12 'Queries', |
13 'Info', | 13 'Info' |
14 ], | 14 ], |
15 requires: [ | 15 requires: [ |
16 'Lada.view.widgets.Mst', | 16 'Lada.view.widgets.Mst', |
17 'Lada.view.widgets.Uwb', | 17 'Lada.view.widgets.Uwb', |
18 'Lada.view.widgets.Datetime', | 18 'Lada.view.widgets.Datetime', |