comparison client/src/components/importconfiguration/types/WaterwayProfiles.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
185 title: this.$gettext("Backend Error"), 185 title: this.$gettext("Backend Error"),
186 message: `${status}: ${messages}` 186 message: `${status}: ${messages}`
187 }); 187 });
188 }); 188 });
189 } 189 }
190 } 190 },
191 on: "on",
192 off: "off"
191 }; 193 };
192 </script> 194 </script>
193 195
194 <style lang="scss" scoped></style> 196 <style lang="scss" scoped></style>