comparison client/src/components/importoverview/AdditionalLog.vue @ 2594:ecec6d5aae00

overview2 WIP
author Thomas Junk <thomas.junk@intevation.de>
date Tue, 12 Mar 2019 11:14:56 +0100
parents
children 02d5de05291f
comparison
equal deleted inserted replaced
2593:956b230c6062 2594:ecec6d5aae00
1 <template>
2 <div>
3 <h1>Additional Logs</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: "additionallogs",
23 props: ["entry"]
24 };
25 </script>
26
27 <style></style>