comparison client/src/components/importoverview/SectionDetails.vue @ 3550:c0f8f9ba21a7

import_review: sections&stretches accept old and new format in DB
author Thomas Junk <thomas.junk@intevation.de>
date Fri, 31 May 2019 13:59:54 +0200
parents c71f1b15c5d9
children 69166db6ba8a
comparison
equal deleted inserted replaced
3549:30f6647b8856 3550:c0f8f9ba21a7
3 :class="{ 3 :class="{
4 full: !showLogs, 4 full: !showLogs,
5 split: showLogs 5 split: showLogs
6 }" 6 }"
7 > 7 >
8 <div class="d-flex"> 8 <div v-if="!details.summary.section" class="d-flex">
9 <UISpinnerButton 9 <UISpinnerButton
10 @click="showDetails = !showDetails" 10 @click="showDetails = !showDetails"
11 :state="showDetails" 11 :state="showDetails"
12 :icons="['angle-right', 'angle-down']" 12 :icons="['angle-right', 'angle-down']"
13 classes="text-info" 13 classes="text-info"