comparison app/view/status/List.js @ 490:446e99cfd425

Updated views and controllers using the new model and stores.
author Raimund Renkert <raimund.renkert@intevation.de>
date Fri, 31 Oct 2014 21:28:31 +0100
parents debfcc7713e3
children 850ccfe5f3c4
comparison
equal deleted inserted replaced
489:6056a7fd9aa2 490:446e99cfd425
45 } 45 }
46 ]; 46 ];
47 this.columns = [ 47 this.columns = [
48 {header: 'Erzeuger', dataIndex: 'erzeuger'}, 48 {header: 'Erzeuger', dataIndex: 'erzeuger'},
49 {header: 'Status', dataIndex: 'status'}, 49 {header: 'Status', dataIndex: 'status'},
50 {header: 'Datum', dataIndex: 'sdatum'}, 50 {header: 'Datum', dataIndex: 'datum'},
51 {header: 'Text', dataIndex: 'stext', flex: 1} 51 {header: 'Text', dataIndex: 'kommentar', flex: 1}
52 ]; 52 ];
53 this.callParent(arguments); 53 this.callParent(arguments);
54 } 54 }
55 }); 55 });
56 56

http://lada.wald.intevation.org