Mercurial > lada > lada-client
diff app.js @ 6:8e79bda4d55b
Added a list to select predefined SQL Statement for the Proben list.
author | Torsten Irländer <torsten.irlaender@intevation.de> |
---|---|
date | Mon, 29 Apr 2013 15:18:26 +0200 |
parents | b8e56e880f02 |
children | 54f95ab2f375 |
line wrap: on
line diff
--- a/app.js Mon Apr 29 15:10:43 2013 +0200 +++ b/app.js Mon Apr 29 15:18:26 2013 +0200 @@ -8,7 +8,7 @@ layout: 'fit', items: [ { - xtype: 'probenlist', + xtype: 'sqllist', title: 'Probenauswahlmaske' } ] @@ -17,6 +17,7 @@ // Define the controllers of the application. They will be initialized // first before the application "launch" function is called. controllers: [ - 'Proben' + 'Proben', + 'Sql' ] });