view client/src/components/importoverview/FairwayDimensionDetail.vue @ 3243:e9c143436432

client: diagram-template: improve Pdf-templates systemconfiguration * use selectbox instead of radio buttons to choose template type * make upload done only if template type is selected
author Fadi Abbud <fadi.abbud@intevation.de>
date Fri, 10 May 2019 16:13:59 +0200
parents edc2633c3cc6
children 45307cf4931a
line wrap: on
line source

<template>
  <div>Fairwaydimension</div>
</template>

<script>
/* This is Free Software under GNU Affero General Public License v >= 3.0
 * without warranty, see README.md and license for details.
 *
 * SPDX-License-Identifier: AGPL-3.0-or-later
 * License-Filename: LICENSES/AGPL-3.0.txt
 *
 * Copyright (C) 2018 by via donau
 *   – Österreichische Wasserstraßen-Gesellschaft mbH
 * Software engineering by Intevation GmbH
 *
 * Author(s):
 * Thomas Junk <thomas.junk@intevation.de>
 */
export default {};
</script>