Mercurial > lada > lada-client
diff app/view/window/Messprogramm.js @ 764:ba8c0e754979
Some work was done on the nuklidegrid, added a checkbox model to select the nuklide. Looks OK, but has no function right now
author | Dustin Demuth <dustin@intevation.de> |
---|---|
date | Fri, 08 May 2015 15:31:58 +0200 |
parents | 1f3837b513d9 |
children | a85069813d43 |
line wrap: on
line diff
--- a/app/view/window/Messprogramm.js Fri May 08 12:47:28 2015 +0200 +++ b/app/view/window/Messprogramm.js Fri May 08 15:31:58 2015 +0200 @@ -16,6 +16,7 @@ requires: [ 'Lada.view.form.Messprogramm', 'Lada.view.grid.Messmethoden', + 'Lada.view.grid.Nuklide' ], collapsible: true, @@ -91,6 +92,10 @@ xtype: 'messmethodengrid', recordId: this.record? this.record.get('id') : null, flex: 1 + }, { + xtype: 'nuklidegrid', + recordId: this.record? this.record.get('id') : null, + flex: 1 }] }] }];