Mercurial > lada > lada-client
changeset 29:1fdef170d5a5
Changed MLP to MPL. It seems that this one was a typo.
author | Torsten Irländer <torsten.irlaender@intevation.de> |
---|---|
date | Thu, 16 May 2013 18:24:09 +0200 |
parents | 4d60b9ebce15 |
children | c684f01c0b72 |
files | app/view/proben/List.js |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/app/view/proben/List.js Thu May 16 17:55:53 2013 +0200 +++ b/app/view/proben/List.js Thu May 16 18:24:09 2013 +0200 @@ -6,7 +6,7 @@ initComponent: function() { this.columns = [ {header: 'Datenbasis', dataIndex: 'datenbasisId', width: 70}, - {header: 'MLP', dataIndex: 'mlpId', width: 50}, + {header: 'MPL', dataIndex: 'mplId', width: 50}, {header: 'UWB', dataIndex: 'umwId', width: 50}, {header: 'HPNR', dataIndex: 'hauptprobenNr'}, {header: 'NPNR', dataIndex: '', width: 50},