changeset 5443:4046432ccc9d marking-single-beam

Backout Bottleneckoverview: Put selector for older scans into date column
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Tue, 13 Jul 2021 18:30:07 +0200
parents 8097ad2319f5
children 0d6fb393c79a
files client/src/components/Bottlenecks.vue
diffstat 1 files changed, 8 insertions(+), 7 deletions(-) [+]
line wrap: on
line diff
--- a/client/src/components/Bottlenecks.vue	Tue Jul 13 18:29:05 2021 +0200
+++ b/client/src/components/Bottlenecks.vue	Tue Jul 13 18:30:07 2021 +0200
@@ -37,12 +37,6 @@
         </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">
           {{
@@ -52,7 +46,14 @@
             )
           }}
         </div>
-        <div class="table-cell center" style="flex-grow: 1"></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>
       </template>
       <template v-slot:expand="{ item: bottleneck }">
         <a