comparison client/src/components/importconfiguration/types/Soundingresults.vue @ 3156:cb3b31566e48

import_configuration: added missing labels
author Thomas Junk <thomas.junk@intevation.de>
date Mon, 06 May 2019 11:15:28 +0200
parents 30222bcbfec9
children 439e1865a2d2
comparison
equal deleted inserted replaced
3155:f09f142239a5 3156:cb3b31566e48
368 JSON.parse(this.bottleneck.properties.reference_water_levels) 368 JSON.parse(this.bottleneck.properties.reference_water_levels)
369 ); 369 );
370 } 370 }
371 return []; 371 return [];
372 } 372 }
373 } 373 },
374 on: "on",
375 off: "off"
374 }; 376 };
375 </script> 377 </script>