comparison client/src/components/importoverview/LogDetail.vue @ 2592:5472a5be09c2

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