Mercurial > lada > lada-client
comparison app/view/widgets/Statuswert.js @ 472:debfcc7713e3
Added license header to each file.
author | Torsten Irländer <torsten.irlaender@intevation.de> |
---|---|
date | Thu, 16 Jan 2014 17:34:30 +0100 |
parents | 596501c16560 |
children | e45f4df57938 |
comparison
equal
deleted
inserted
replaced
471:dd2b468dc1c2 | 472:debfcc7713e3 |
---|---|
1 /* Copyright (C) 2013 by Bundesamt fuer Strahlenschutz | |
2 * Software engineering by Intevation GmbH | |
3 * | |
4 * This file is Free Software under the GNU GPL (v>=3) | |
5 * and comes with ABSOLUTELY NO WARRANTY! Check out | |
6 * the documentation coming with IMIS-Labordaten-Application for details. | |
7 */ | |
8 | |
1 var statuswerteStore = Ext.create('Ext.data.Store', { | 9 var statuswerteStore = Ext.create('Ext.data.Store', { |
2 fields: ['id', 'status'], | 10 fields: ['id', 'status'], |
3 data: [ | 11 data: [ |
4 {"id":1, "status":"nicht vergeben"}, | 12 {"id":1, "status":"nicht vergeben"}, |
5 {"id":2, "status":"plausibel"}, | 13 {"id":2, "status":"plausibel"}, |