Mercurial > lada > lada-client
view app/store/MessungenList.js @ 1188:5489ae5ef9e0
Migrate Dockerfile to Debian.
This avoids need for custom httpd configuration and
certificate problems with curl.
author | Tom Gottfried <tom@intevation.de> |
---|---|
date | Wed, 07 Sep 2016 12:57:19 +0200 |
parents | e32c10cf5499 |
children |
line wrap: on
line source
/* Copyright (C) 2013 by Bundesamt fuer Strahlenschutz * Software engineering by Intevation GmbH * * This file is Free Software under the GNU GPL (v>=3) * and comes with ABSOLUTELY NO WARRANTY! Check out * the documentation coming with IMIS-Labordaten-Application for details. */ /** * Store for Messungen, it is used in the {@link Lada.view.grid.MessungenList} */ Ext.define('Lada.store.MessungenList', { extend: 'Ext.data.Store', model: 'Lada.model.MessungList', pageSize: 50, remoteSort: true });