diff client/src/components/importoverview/ImportOverview.vue @ 3014:5a3ac4d3dbbb

client: replaced refresh icon in import overview and zoom controls with a more appropriate one The former icon in those places is better suitable in another context.
author Markus Kottlaender <markus@intevation.de>
date Thu, 11 Apr 2019 16:34:58 +0200
parents 1b8bb4f89227
children c0f5f62343c9
line wrap: on
line diff
--- a/client/src/components/importoverview/ImportOverview.vue	Thu Apr 11 14:37:13 2019 +0200
+++ b/client/src/components/importoverview/ImportOverview.vue	Thu Apr 11 16:34:58 2019 +0200
@@ -4,7 +4,7 @@
       icon="clipboard-check"
       :title="importReviewLabel"
       :closeCallback="$parent.close"
-      :actions="[{ callback: loadUpdatedLogs, icon: 'redo' }]"
+      :actions="[{ callback: loadUpdatedLogs, icon: 'sync' }]"
     />
     <div class="position-relative">
       <UISpinnerOverlay v-if="loading" />