changeset 5441:7d7b1bf53189 marking-single-beam

Bottleneckoverview: Put selector for older scans into date column
author Thomas Junk <thomas.junk@intevation.de>
date Tue, 13 Jul 2021 16:17:01 +0200
parents 0fa20662ca66
children 8097ad2319f5
files client/src/components/Bottlenecks.vue
diffstat 1 files changed, 7 insertions(+), 8 deletions(-) [+]
line wrap: on
line diff
--- a/client/src/components/Bottlenecks.vue	Tue Jul 13 15:22:37 2021 +0200
+++ b/client/src/components/Bottlenecks.vue	Tue Jul 13 16:17:01 2021 +0200
@@ -37,6 +37,12 @@
         </div>
         <div class="table-cell" style="width: 150px">
           {{ bottleneck.properties.current | surveyDate }}
+          <UISpinnerButton
+            @click="loadSurveys(bottleneck)"
+            :loading="loading === bottleneck"
+            :state="bottleneck === openBottleneck"
+            v-if="bottleneck.properties.current"
+          />
         </div>
         <div class="table-cell" style="width: 135px">
           {{
@@ -46,14 +52,7 @@
             )
           }}
         </div>
-        <div class="table-cell center" style="flex-grow: 1">
-          <UISpinnerButton
-            @click="loadSurveys(bottleneck)"
-            :loading="loading === bottleneck"
-            :state="bottleneck === openBottleneck"
-            v-if="bottleneck.properties.current"
-          />
-        </div>
+        <div class="table-cell center" style="flex-grow: 1"></div>
       </template>
       <template v-slot:expand="{ item: bottleneck }">
         <a