comparison client/src/components/importoverview/StretchDetails.vue @ 2602:5d0e5159190f

overview2: detail components for unified log
author Thomas Junk <thomas.junk@intevation.de>
date Tue, 12 Mar 2019 15:00:40 +0100
parents
children 11fd7ee37f10
comparison
equal deleted inserted replaced
2601:b9523d876d01 2602:5d0e5159190f
1 <template>
2 <div>Stretches Detail</div>
3 </template>
4
5 <script>
6 /* This is Free Software under GNU Affero General Public License v >= 3.0
7 * without warranty, see README.md and license for details.
8 *
9 * SPDX-License-Identifier: AGPL-3.0-or-later
10 * License-Filename: LICENSES/AGPL-3.0.txt
11 *
12 * Copyright (C) 2018 by via donau
13 * – Österreichische Wasserstraßen-Gesellschaft mbH
14 * Software engineering by Intevation GmbH
15 *
16 * Author(s):
17 * Thomas Junk <thomas.junk@intevation.de>
18 */
19 export default {
20 name: "stretchdetails"
21 };
22 </script>
23
24 <style></style>