# HG changeset patch # User Torsten Irländer # Date 1368721449 -7200 # Node ID 1fdef170d5a56d4ec129c323cfad5f9fde461f16 # Parent 4d60b9ebce15ec316ed8b04b26593372db115f54 Changed MLP to MPL. It seems that this one was a typo. diff -r 4d60b9ebce15 -r 1fdef170d5a5 app/view/proben/List.js --- 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},