comparison client/src/components/map/contextbox/Staging.vue @ 1279:60e15c2d26a2

licensing info updated
author Thomas Junk <thomas.junk@intevation.de>
date Thu, 22 Nov 2018 09:50:13 +0100
parents aec9ed491dad
children ad528ad130d6
comparison
equal deleted inserted replaced
1278:8f4bf8576acd 1279:60e15c2d26a2
1 <template> 1 <template>
2 <div> 2 <div>
3 <h6 class="mb-0 py-2 px-3 border-bottom d-flex align-items-center"> 3 <h6 class="mb-0 py-2 px-3 border-bottom d-flex align-items-center">
4 <i class="fa fa-list-ol mr-2"></i> 4 <i class="fa fa-list-ol mr-2"></i>
5 Staging Area 5 Staging Area
6 </h6> 6 </h6>
7 <table class="table mb-0"> 7 <table class="table mb-0">
8 <thead> 8 <thead>
9 <tr> 9 <tr>
10 <th>Name</th> 10 <th>Name</th>
44 </div> 44 </div>
45 </div> 45 </div>
46 </template> 46 </template>
47 47
48 <script> 48 <script>
49 /* This is Free Software under GNU Affero General Public License v >= 3.0
50 * without warranty, see README.md and license for details.
51 *
52 * SPDX-License-Identifier: AGPL-3.0-or-later
53 * License-Filename: LICENSES/AGPL-3.0.txt
54 *
55 * Copyright (C) 2018 by via donau
56 * – Österreichische Wasserstraßen-Gesellschaft mbH
57 * Software engineering by Intevation GmbH
58 *
59 * Author(s):
60 * Thomas Junk <thomas.junk@intevation.de>
61 */
49 import { mapState } from "vuex"; 62 import { mapState } from "vuex";
50 63
51 const demodata = [ 64 const demodata = [
52 { 65 {
53 id: 1, 66 id: 1,